Search the Community
Showing results for tags 'phpmailer'.
-
Ok, so I have the following phpMailer script that works perfectly. However, I also need this to send a completely different email to the person who filled out the form with basic instructions. I am very new to phpmailer (much quicker and easier to work with). Just to lay it all out what I am t...
-
Hey there guys, So, I have a working contact form using phpmailer and smtp connection to receive the e-mails from website and sending autoreply to the person who sent the mail via contact form. Everything is working correctly, but I would like to integrate it with processwire more as now it's kind...
- 3 replies
-
- contact from
- smtp
-
(and 1 more)
Tagged with:
-
Error: SMTP NOTICE: EOF caught while checking if connected SMTP connect() failed. Mailer Error: SMTP connect() failed. <?php require('class.phpmailer.php'); $mail = new PHPMailer();// create a new object $mail ->IsSMTP(); // enable SMTP $mail ->SMTPDebug = 1; // debugg ing: 1 = e...