Email Service Provider
Can I use resend instead of sendgrid for sending verification emails in my wasp app?
3 Replies
Hi @Julius_Java#00. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Currently, Wasp doesn't have built-in support for Resend as an email provider for sending verification emails. The officially supported email providers in Wasp are:
- Dummy (for development only)
- SMTP
- Mailgun
- SendGrid
As mentioned in the email documentation, you can choose from these providers when setting up your email sender in the
main.wasp
file.
There is an open GitHub issue (#1553) about allowing more provider-specific options for email sending, but it doesn't specifically mention adding Resend as a provider.
If you still want to use Resend, you might be able to use the SMTP provider option since many transactional email services support SMTP connections. You would need to check if Resend offers SMTP credentials that you could use with Wasp's SMTP provider.
For now, the most straightforward approach would be to use one of the officially supported providers like SendGrid or Mailgun for your verification emails.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @Julius_Java#00, 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?@Julius_Java#00 ezy, use the
SMTP
email provider and configure with the credentials Resend gives you: https://resend.com/docs/send-with-smtpThanks @Carlos already set it up!!