Sending email with PHP: from Basic to Advanced

Sending email with PHP: from Basic to Advanced, Learn how to send emails from your PHP website, including best practices.

Created by Dave Hollingworth

Preview This Course - GET COUPON CODE

sending-email-with-php-from-basic-to-advanced


What Will I Learn?

  • Choose the right tool for sending email with PHP
  • Send emails from PHP to multiple recipients
  • Send emails from PHP containing non-English characters
  • Send emails from PHP containing images and with file attachments
  • Use HTML and CSS in your PHP emails to add formatting and layout
  • Use Composer to manage third-party code packages
  • Create an asynchronous queue from scratch to improve browser response time when sending emails
  • Use the RabbitMQ messaging server to build an asynchronous email solution
  • Use Mailgun to send, track and receive emails
More Courses by Dave Hollingworth

Build a Content Management System from Scratch with PHP and MySQL

Add registration, login, remember me, account activation, password reset by email and more using the PHP MVC framework

Learn to write faster, easier to maintain, more secure PHP websites by using a model-view-controller framework