Remote mail server

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Remote mail server

Antilopa
I'm looking for a way to setup a remote smtp server for sending emails to users, I would need to specify username and password of the 'no-reply' account that will be used for sending emails. Is there a way to do that which I have overlooked?
Reply | Threaded
Open this post in threaded view
|

Re: Remote mail server

wvengen
Administrator
On 05-04-16 01:42, Antilopa [via foodsoft] wrote:
I'm looking for a way to setup a remote smtp server for sending emails to users, I would need to specify username and password of the 'no-reply' account that will be used for sending emails. Is there a way to do that which I have overlooked?
That's part of Rails' default email infrastructure.
See smtp_settings on Rails Guides' Action Mailer Basics.

I'm not sure if Foodsoft allows configuring this in config/app_config.yml too (I don't think so).