Closed mzagaja closed 6 years ago
Resolves #242
ActionMailer was not sending emails when we attempted to send password reset emails.
Setting the action_mailer default_url_options which allows ActionMailer to appropriately construct routes using route helpers in production.
Email templates will now use the www.massbuilds.com domain.
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.