locally, my app successfully sends out an email (forgot password). I haven’t used the environment variable but option two (settings.json). it took a bit of googling to learn that I have to start the app meteor --settings settings.json
option.
now when I have deployed it to galaxy, I’m getting an “internal server error”. the logs on galaxy don’t show anything. Pls advice what I could do to correct this.
support@meteor.com <= your friend for anything Galaxy related. It is kind of hard to advice without any logs or code. Make sure you also have the --settings
flag set when you are deploying to Galaxy.
1 Like
try the MAIL_URL: env var.
1 Like