2

Sending emails in PHP

7 months ago from , manager

What services do you use for sendinf emails in PHP? How can I send emails in PHP?

1 comment

  • Houston Graham, 7 months ago

    Hey John. Have you looked at using https://github.com/PHPMailer/PHPMailer/ for the actual PHP code? Regardless of how you do it, you'll need to authenticate your emails with some sort of email service like SendGrid, mailgun, etc. so that receiving email services don't purge it as spam. You can read about DMARC rules at dmarc.org.

    Hope that helps.

    2 points