ShipMySaaS provides seamless integration with Resend, a modern and user-friendly email-sending platform. This integration simplifies the process of sending all types of emails, including transactional, promotional, and notification emails.
Resend offers a reliable and developer-friendly way to manage your email sending needs. With features like:
Here is an example of the email
configuration in server.ts
:
Note: Wabe use default template when sending emails for default operation like sendOTPCode
, you can override it by passing your own template.
ShipMySaaS includes a pre-configured emails
package that contains:
react-email
, allowing you to send professional-looking emails without additional setup.To send an email, simply call the send
method on the email
controller:
Or with GraphQL mutation sendEmail
:
Note: You should choose between text
and html
fields not both.
For more details, visit the Wabe email guide.