About 51 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. 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?

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

  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-Exception.php …

  5. Newest 'phpmailer' Questions - Stack Overflow

    Nov 13, 2025 · PHPMailer is a PHP email creation and sending class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. Sign up to watch this tag and see …

  6. php - Sending emails with PHPMailer - Stack Overflow

    Jul 2, 2017 · I'm struggling to understand how to send emails with PHPMailer. I have multiple website clients and I have implemented a contact form for each of them. I can send emails to my own email …

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

  8. Send html emails using PHPMailer and html templates

    I'm trying to get the emails sent from my contact (using PHPMailer) sent in a nice html template (phtml actually). What works: I receive the html template so no issue with the transmission What d...

  9. Setting up PHPMailer with Office365 SMTP - Stack Overflow

    Jul 25, 2014 · I am attempting to set up PHPMailer so that one of our clients is able to have the automatically generated emails come from their own account. I have logged into their Office 365 …

  10. php - PHPmailer sending HTML CODE - Stack Overflow

    Jun 21, 2012 · PHPmailer sending HTML CODE Asked 13 years, 7 months ago Modified 3 years, 8 months ago Viewed 146k times