Questions tagged as 'phpmailer'

4
answers

Sending mail via PHPmailer to Gmail [closed]

I can not send an email to my Gmail account via PHP. I had a previous project where I tried to use phpmailer and I can not get it working properly (2 months trying). I have now finished a site and just need to put it up, and phpmailer...
asked by 29.09.2015 / 17:50
2
answers

Email limit received from the same domain

There are SPAM source verification policies that are based on the amount of emails that a particular domain is sending per hour. These policies can be internal such as those applied by Google, or general as is the example of lists of SPAM....
asked by 29.10.2014 / 23:06
1
answer

Send email using cpanel account and PHPMailer

I'm trying to send an email using my cpanel account and the phpmailler class but I'm not getting success, the code I'm using is the same as the PHPMailler documentation, how should I proceed? , would anyone have a fucnional code to share? Thank...
asked by 13.11.2015 / 17:14
2
answers

Error using phpMailer class

I am making a contact form using the phpMailer class and every time I send the email this error occurs: I'm using the SMTP connection. "Fatal error: Class 'SMTP' not found in /home/proftpd/[email protected]/PHPMailer/class.phpmailer.php o...
asked by 11.06.2016 / 16:04
2
answers

How to avoid sending PHP requests in a row? [duplicate]

Well, the situation is the following there are some forms on my website. These forms are programmed to fire e-mails using the PHPMailer class. What happens is this, if the page takes a while to respond the user is often clicking the submit but...
asked by 12.03.2014 / 15:13
2
answers

PHPmailer - CSS does not appear

Hello, I'm trying to set up phpmailer to send a message in html with css, but it's not recognizing the css. What's wrong? $mail->Body = ' <style type="text/css"> .corpo {margin: 15px;padding: 15px;background-col...
asked by 25.06.2015 / 21:27
1
answer

PHPMailer function differences

In the documentation does not leave much explained this (I think), then, what would be the difference of: I'm using the $mail variable for the example. $mail->Username $mail->setFrom $mail->addAddress $mail->addR...
asked by 13.04.2018 / 13:23
1
answer

How do I know if the email has reached the Recipient?

I'm building a (in PHP) system that needs approvals, and with each approval I send a confirmation email to the user ... I'm using phpMailler , and he informs me in the end that the server sent the email .. But I wanted to know (be sur...
asked by 30.10.2014 / 20:01
2
answers

Accent on comment field

I need a help for a situation that seemed simple to me, I have a form with a comment field and when I send this comment by email it appears all unconfigured, I'm using phpMailer. The code page on the contact page looks like this: <meta h...
asked by 20.06.2014 / 14:37
1
answer

PHPMailler Error sending SMTP email connect () failed. UOL HOST

Hello, I have a problem regarding the connection with Uol's SMTP, I'm trying to send email without any success. // Inicia a classe PHPMailer $mail = new PHPMailer(); // Define os dados do servidor e tipo de conexão // =-=-=-=-=-=-...
asked by 17.11.2015 / 03:14