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.