I can suggest you
website with all info about sending emails in PHP. You can use some of these methods for sending emails: A built-in PHP mail() function; PHPMailer; Symfony Mailer; Third-party email sending services like Mailtrap, Sendgrid, Mailgun etc. Personally I often use Mailtrap service to save time, money, and effort.