About 4,630,000 results
Open links in new tab
  1. php - Sending email with PHPMailer - Stack Overflow

    Dec 14, 2020 · // Import PHPMailer classes into the global namespace // These must be at the top of your script, not inside a function use PHPMailer\PHPMailer\PHPMailer; use …

  2. Sending emails through SMTP with PHPMailer - Stack Overflow

    Sep 1, 2010 · phpmailer doesn't do implicit SSL (aka TLS on connect, SMTPS) Short of rewriting smtp.class.php to include support for it there it no way to do what you ask. Use port 587 with …

  3. php - Error handling with PHPMailer - Stack Overflow

    We wrote a wrapper class that captures the buffer and converts the printed output to an exception. this lets us upgrade the phpmailer file without having to remember to comment out …

  4. How to configure and run PHPmailer in PHP - Stack Overflow

    Dec 19, 2017 · I need to implement mail notification in my project. i have downloaded the PHPmailer rar file and extracted to my project folder. It contains, *get_oauth_token.php *src …

  5. php - Phpmailer AddBcc not working - Stack Overflow

    Oct 8, 2012 · I am using phpmailer to sent email, and it works the recipients receive the mail except the bcc and cc details is not showing the mail. Someone can suggest a solution to this . …

  6. How to implement Oauth 2.0 in PHPMailer for Exchange Online

    Sep 27, 2022 · How to implement Oauth 2.0 in PHPMailer for Exchange Online Asked 3 years, 3 months ago Modified 3 months ago Viewed 12k times

  7. how to send mail from phpmailer using SMTP Gmail settings

    Jun 16, 2023 · I've created a contact form using PHP and am using PHPmailer class for sending mail using SMTP gmail settings. The form is working fine for other mail ids, but when I tried to …

  8. Sending a mail using PHPMailer with Gmail Account

    Jun 25, 2021 · I am trying to send an email from my website using the PHPMailer library. All I did so for was: I downloaded PHPMailer 5.2-stable from this link. I uploaded the following files on …

  9. Mail not sending with PHPMailer over SSL using SMTP

    I am trying to use PHPMailer to send e-mails over SMTP but so far have had no luck. I've gone through a number of SO questions, PHPMailer tutorials and forum posts but still cannot get it …

  10. phpmailer - PHP mailer multiple address - Stack Overflow

    Jun 30, 2010 · PHPMailer seems to have recovered from this by copying the first CC address into the To field. This ended up with emails that are both emailed and cc'ed to the same address.