Wasp 0.15 supports mailgun EU??
Hey guys so I am currently in 0.14 version where wasp doesn't support mailgun EU. So In the new version 0.15 does it support EU??
4 Replies
Wohooo @Mrr, you just became a Waspeteer level 4!
Hi @Mrr. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
I apologize, but I don't have specific information about Mailgun EU support in Wasp 0.15. The knowledge sources provided don't mention anything about Mailgun EU or version 0.15 specifically.
However, I can share what I know about email functionality in Wasp based on the available information:
Wasp does support Mailgun as an email provider. According to the Wasp documentation on email (https://wasp-lang.dev/docs/advanced/email#using-the-mailgun-provider), you can set up Mailgun as the email provider in your
main.wasp
file like this:
Then you need to add your Mailgun API key and domain to the .env.server
file. The documentation doesn't specify whether this supports EU regions or not.
If you're currently experiencing issues with Mailgun EU in version 0.14, I'd recommend checking the official Wasp release notes or reaching out to the Wasp team directly (e.g., via their Discord channel (https://discord.gg/rzdnErX)) for the most up-to-date information about version 0.15 and any potential changes to Mailgun support.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @Mrr, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?I tested and it's working
In 0.15.0 we added support for
MAILGUN_API_URL
which enables you to use Mailgun with the EU API https://wasp-lang.dev/docs/advanced/email#using-the-mailgun-provider