Modify ActionMailer configuration to default to ENV['LOCAL_DOMAIN'] if...
Modify ActionMailer configuration to default to ENV['LOCAL_DOMAIN'] if ENV['SMTP_DOMAIN'] is not set. The previous fallback, config.x.local_domain, is undefined when the code is called. (#1745)
Loading
Please register or sign in to comment