About 3,030,000 results
Open links in new tab
  1. 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 . the code is …

  2. Mail not sending with PHPMailer over SSL using SMTP

    Mail not sending with PHPMailer over SSL using SMTP Asked 12 years, 3 months ago Modified 1 year, 11 months ago Viewed 166k times

  3. phpmailer - Adding CC and BCC address in email box -PHP mailer

    Aug 31, 2022 · I'm trying to add cc and bcc recipient to my php script using the php mailer but its not working.Nothing changes still the same, Image attached I want it to show something like the image …

  4. 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 the echo statements …

  5. 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, 2 months ago Modified 2 months ago Viewed 12k times

  6. 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 …

  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 change the …

  8. PHPMailer: SMTP Error: Could not connect to SMTP host

    Aug 13, 2010 · I've used PHPMailer on several projects but now I'm stuck. It gives me the error: SMTP Error: Could not connect to SMTP host. I've tried sending email from Thunderbird and it works ! But …

  9. How to use PHPMailer without composer? - Stack Overflow

    Mar 4, 2017 · In summary: How can I get PHPMailer working without external dependencies and installations such as Composer, and instead use require_once() to get what I need?

  10. SMTP to O365 using OAUTH2 and PHPMailer - Stack Overflow

    May 19, 2020 · I’m converting an existing PHPMailer app with Basic (userid and password) Authentication to use OAUTH2. Setup was easy but the app fails on authentication. 2020-05-23 …