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