dword-design / nuxt-mail

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Other
237 stars 17 forks source link

SendGrid SMTP relay & Cloudflare #122

Open tsangaris opened 2 years ago

tsangaris commented 2 years ago

Hi,

Has anyone tried to implement the SendGrid SMTP relay?

CleanShot 2022-04-03 at 23 46 40@2x

dotenv variables:

CleanShot 2022-04-03 at 23 56 32@2x

When I try to test it I get a 405 error:

CleanShot 2022-04-03 at 23 50 20@2x

My domain name is hosted in CloudFlare and I have verified my domain with SendGrid successfully.

CleanShot 2022-04-03 at 23 51 28@2x

Any idea how to resolve this issue?

PS: Mailtrap is working just fine as shown in the documentation.

Thank you in advance.

lee-cloete commented 1 year ago

Did you manage to resolve this? Im struggling to find out the configuration for the additional services. The docs only gives gmail as an example