-
Hi, I'm running the following command:
`variable = Mailjet::Campaigndraft.create(locale: "en_US",sender: "Sender",sender_email: "***@***.com",subject: "Your deals of the week",contacts_list_id: "< …
-
Hi,
Can any one help me in sending pdf file attachement ? according to mailjet api the content must be a 64bit encoded string
- Must i use a pdf library such as iText to read the file?
- Is t…
-
Hi,
I am trying to configure mailjet on Google Cloud Functions, but I seem to always get this error:
```javascript
Error: getaddrinfo ENOTFOUND api.mailjet.com api.mailjet.com:443
at handleErr…
-
Hi Mailjet team,
I would like to know if there's a way to use this bundle to send online template emails from Mailjet Passport ?
I don't see anything in the doc regarding Passport.
-
Hey there!
Please, explain, how can I set custom SMTP headers, i.e. X-MJ-CustomID?
I do it like this
```php
$id = $this->config[ 'id' ];
Mail::to($this->config[ 'destination' ])->sen…
-
I see already a couple of other back-ends were requested, but I would love to see [mailjet](https://www.mailjet.com/) integrated. I think mailjet has at least one benefit over most, if not all, others…
-
Hi,
I used mailjet_api and tried to add a reply-to like this :
variable = Mailjet::Send.create(
headers: {'Reply-To' => 'xxx@mesmidis.com'},
....
)
I receive the mail correctly but when I click…
-
Hi,
When I try to send mails with devise via mailjet_api, the body of messages is blank (no content). But if I configure with config.action_mailer.delivery_method = :mailjet that work fine.
have you…
-
Noticed a little thing this morning which I thought was interesting and would like to discuss. What are your thoughts about moving the mailjet API key/secret into the settings menu as opposed to where…
-
Hi,
I'm really disappointed with the changes in the API, you did breaking changes without telling anybody.
The problem here is that I'm using "To" & "Bcc" old format `SMTP style` and it's not th…