Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 302 Bytes

_sendingEmailsInDevelopment.md

File metadata and controls

7 lines (4 loc) · 302 Bytes

:::info Sending emails while developing

When you run your app in development mode, the emails are not sent. Instead, they are logged to the console.

To enable sending emails in development mode, you need to set the SEND_EMAILS_IN_DEVELOPMENT env variable to true in your .env.server file.

:::