MAPC / massbuilds

Crowdsourcing authoritative info on recent & ongoing developments in Massachusetts.
https://www.massbuilds.com/
2 stars 2 forks source link

Resolve #242 Fix Action Mailer #243

Closed mzagaja closed 6 years ago

mzagaja commented 6 years ago

Resolves #242

Why is this change necessary?

ActionMailer was not sending emails when we attempted to send password reset emails.

How does it address the issue?

Setting the action_mailer default_url_options which allows ActionMailer to appropriately construct routes using route helpers in production.

What side effects does it have?

Email templates will now use the www.massbuilds.com domain.