-
If a recipient name ("Name Empfänger:in") is stated while handing out a badge on staging, this fails with a 500 error on the server. Since `DEBUG = True` on the server, we see the following error mess…
-
Hi,
When I want to send a mail with the API, like this :
```
mailjet = require('node-mailjet').apiConnect(my_public_key, my_private_key);
mailjet.post('send', { version: 'v3.1' }).request(
…
-
# Overview
I believe that it is a mistake for this project to maintain an unopinionated position about templating. 99% of systems using mjml will have some form of data binding in conjunction with mj…
-
We are using "mailjet" to send marketing campaigns.
I'm doing bulk import of existing user email addresses, but in the future we need to ping the mailjet API to add new users to the mailing list.
…
-
### Is your proposal related to a problem?
Currently, users automatically receive cal.com automated emails when they book events. This is amazing in most use cases. However, I have a few event type…
-
I completed the installation with the direct cloud shell deployment method. The panel is running and I made all the settings. I made my SMTP settings for sending mail and sent test mail.
When I say…
-
## Bug report
### Describe the bug
Medusa store redirects to 'http://localhost:8000/order/confirmed/cart_xxxx....' after the completion of the order. Hence, the cart doesn't convert into an orde…
-
Hello community,
I'm unable to send my templated email throught API. It's a simple template with *no* MJML.
For some reason it fails with an error code `send-0019` and the following reason `Wrong…
-
**Describe the bug**
In a non-js/ts file, when pasting a piece of text, the text is pasted, and a semicolon as well as linebreak are inserted after the pasted text.
This issue does not occur in TS…
-
Sending an email I get `result?.response?.status === 200` and as you can see below `Status` in the body says `success` as well, though no email has been actually sent, according to dashboard and also …