ritesh javiya
ritesh javiya

Reputation: 23

Job Queue Not Wokring Laravel on Server

i have issue in job queue not working on my server but in my local system it working perfect. but not work in my server. but on my server in jobs when i send mail then new entry enter in jobs table but it not attempt on server so it not send mail from jobs table .

Upvotes: 0

Views: 55

Answers (1)

ritesh javiya
ritesh javiya

Reputation: 23

After many tries I have found solution with my server that is below setting working fine :

.env file setup MAIL_DRIVER=sendmail.

config/mail.php file 'sendmail' => '/usr/sbin/sendmail -t' replace -bs with -t.

Upvotes: 1

Related Questions