0

I'm trying to use Mailjet to send the mails from my website which is using Laravel.

I've tried to modify the file app/config/mail.php and set the configurations that have been given by mailjet but this is not working. Is there something else to do ?

I have verified the domain from where I'm sending the mails in mailjet but still nothing.

Did anyone faced the same issue ?

Thanks a lot.

Thoma Biguères
  • 1,136
  • 4
  • 18
  • 42
  • What is not working exactly ? Do you get an exception ? –  May 16 '14 at 20:11
  • Could you please share your setup, but mask the passwords and logins. – madflo May 17 '14 at 07:50
  • I have installed Laravel Mailjet in order to send emails. I am currently using "Sendgrid" I am trying my laravel system to use "Laravel Mailjet" as email provider so emails will be sent through it I am not sure which file i need to change or update service to use Mailjet as Mail driver instead of sendgrid Any thoughts or help is appreciated –  Sep 04 '20 at 11:37

1 Answers1

0

The problem was that mailjet had not yet accepted the mail address I was sending mail with.

Problem is solved.

Thoma Biguères
  • 1,136
  • 4
  • 18
  • 42
  • I have installed Laravel Mailjet in order to send emails. I am currently using "Sendgrid" I am trying my laravel system to use "Laravel Mailjet" as email provider so emails will be sent through it I am not sure which file i need to change or update service to use Mailjet as Mail driver instead of sendgrid Any thoughts or help is appreciated –  Sep 04 '20 at 11:36