Hello, I'm trying to send notifications in my rails application, in development mode. With GMAIL, everything is ok, but I'm not able to use it with the hosting I have at BlueHost Brasil. I've tried changing several parameters, it's currently like this:
config.action_mailer.smtp_settings = {
:address => "smtp.meudominiobluehostbrasil.com.br",
:port => 587,
:user_name => 'user@dominio',
:password => 'pass'
}
Thanks in advance for your help!