Control Web Panel

WebPanel => Information => Topic started by: zemenik on December 06, 2018, 09:28:43 AM

Title: Send email with laravel sendmail driver
Post by: zemenik on December 06, 2018, 09:28:43 AM
hi
i'm using Laravel and i want to send email via sendmail driver. (for send email with host. not SMTP)
laravel default Sendmail System Path is :

'sendmail' => '/usr/sbin/sendmail -bs',

what should i change ?
currently send email via host not working.
Title: Re: Send email with laravel sendmail driver
Post by: studio4host on December 13, 2018, 02:04:01 PM
try to check maillog when sending mail, you can use live tail on the log with command

tail -f /var/log/maillog