About 344,000 results
Open links in new tab
  1. How can I send an email using PHP? - Stack Overflow

    I am using PHP on a website and I want to add emailing functionality. I have WampServer installed. How do I send an email using PHP?

  2. Sending email with PHP from an SMTP server - Stack Overflow

    Jan 22, 2013 · For Unix users, mail () is actually using Sendmail command to send email. Instead of modifying the application, you can change the environment. msmtp is an SMTP client with Sendmail …

  3. Send email with PHP from html form on submit with the same script

    Aug 22, 2013 · Sending an email from PHP in Windows is a bit of a minefield with gotchas and head scratching. I'll try to walk you through one instance where I got it to work on Windows 7 and PHP …

  4. Using Gmail SMTP to send email with PHP - Stack Overflow

    The reason is that your PHP script can timeout incase there's a delay contact Gmail. So you would use Postfix to queue the email on the local server, let the PHP script execution die and trust Postfix to …

  5. outlook - Sending email with php - Stack Overflow

    Dec 2, 2024 · I want to send emails through my php webapp, I always did it through phpmailer (a php library installed with composer) and a outlook account. But they have changed the authentication …

  6. email - How to configure PHP to send e-mail? - Stack Overflow

    1 You won't be able to send a message through other people mail servers. Check with your host provider how to send emails. Try to send an email from your server without PHP, you can use any …

  7. Send mail using an email account created on Hostinger (PHP)

    Apr 23, 2022 · I am sending an email through PHPMailer, the code is hosted on hostinger's hpanel and I am using an email I created on the hpanel. After running the code, I get no errors, and no feedback …

  8. How to send email with SMTP in php - Stack Overflow

    Sep 18, 2014 · I want to send email with SMTP in my project, previously i write php mail() in my project but now my client want that i should use SMTP. I search about this but i get nothing any proper …

  9. PHP mail function doesn't complete sending of e-mail

    If you are sending mail through localhost then do the SMTP settings for sending mail. If you are sending mail through a server then check the email sending feature is enabled on your server.

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