Add an environment variable that will disable the sending of emails in development.
If you for example export the production database and use it locally, you wouldn't want the system to send out emails to users about stuff that hasn't happened on the production server...
Add an environment variable that will disable the sending of emails in development.
If you for example export the production database and use it locally, you wouldn't want the system to send out emails to users about stuff that hasn't happened on the production server...