Jump to content

Search the Community

Showing results for tags 'phpmailer'.

  • Search By Tags

    • phpmailer ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. 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...
  2. 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. 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...
×
×
  • Create New...