INFO: Laravell SwiftMailer Email

Applies To:

  • Linux Hosting

Application:

  • Laravel Swiftmailer

Description:

To send email using swiftmailer, avoiding the use of proc_open which is disabled, please configure the SMTP driver in your 'env' file:

MAIL_DRIVER=smtp
MAIL_HOST=localhost
MAIL_PORT=25
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=null


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 795