laravel-mailjet icon indicating copy to clipboard operation
laravel-mailjet copied to clipboard

Laravel package for Mailjet API V3 and Laravel Mailjet Mail Transport

Results 9 laravel-mailjet issues
Sort by recently updated
recently updated
newest added

It's kind of related to this one https://github.com/mailjet/laravel-mailjet/issues/53 . The issue I am seeing is that after the upgrade to 3.0.1, it breaks saying the following: You cannot use \"Symfony\\Component\\Mailer\\Transport\\AbstractHttpTransport\"...

Hi, I seem to have an issue using this package. As the title states, when sending mails using the Mailable transport I get the "Driver [mailjet] not supported" error-message. Here...

I am trying to use the subject line from my template in an email. The problem is, if you don't provide a subject line to a Laravel Mailable, the following...

Hi! I followed the guidelines, but i have this issue: `User is not set` ![image](https://user-images.githubusercontent.com/19688070/193406051-750888bc-e72e-4a15-b41d-57c657ec573d.png) In my .env file, i have only this variable: ``` MAIL_MAILER=mailjet MAILJET_APIKEY= [my api key]...

We’re using Mailjet as the driver for Statamic. Emails are sending perfectly but however we define the `reply-to` email address, they don’t seem to feed through – replying always prefills...

see https://github.com/symfony/mailer/blob/7.0/Transport.php#L40C34-L40C53

Hi, I tried both the SMTP configuration and the Send API, but it looks like my emails does not have the X-MJ-CustomID header. Here is an example of a mailable:...

I'm trying to use Mailjet as a Laravel driver, meaning I'm trying to avoid invoking it's classes directly. I did my best to follow the documentation, which is a bit...

In version 3.0.1 this package switched from Swift to Symfony transports, without updating the required version of `laravel/framework`. Laravel switched to Symfony mail in v9.0, which means that `mailjet/laravel-mailjet` v3.0.1+...