*Server UBUNTU 14.04 Redmine 3.0.1-0 (bitnami stack) *
smtp_address = "smtp.gmail.com"
smtp_port = 587
smtp_domain = example.com
smtp_user_name = 'your...@xxx.com'
smtp_password = 'your_password'
smtp_enable_start_tls = true
authentication = plain
No arquivo de configuração vejo que tem aspas duplas,aspas e sem nada,qual significado,sera que é isso?
Vi em alguns fóruns gringos que o ruby é chato com a endentação?
Tentei pelo GMAIL e por outro que tenho aqui,dá o mesmo erro.
Agradeço desde já
Daniel
--
--
------------------------------------------------------------------------------------------------------------------
Você recebeu esta mensagem porque faz parte do Grupo "Redmine Brasil"
Para postar neste grupo, envie um e-mail para redmi...@googlegroups.com
------------------------------------------------------------------------------------------------------------------
---
You received this message because you are subscribed to the Google Groups "Redmine Brasil" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redmine-br+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
------------------------------------------------------------------------------------------------------------------
Você recebeu esta mensagem porque faz parte do Grupo "Redmine Brasil"
Para postar neste grupo, envie um e-mail para redmi...@googlegroups.com
------------------------------------------------------------------------------------------------------------------
---
You received this message because you are subscribed to the Google Groups "Redmine Brasil" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redmine-br+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
------------------------------------------------------------------------------------------------------------------
Você recebeu esta mensagem porque faz parte do Grupo "Redmine Brasil"
Para postar neste grupo, envie um e-mail para redmi...@googlegroups.com
------------------------------------------------------------------------------------------------------------------
---
You received this message because you are subscribed to a topic in the Google Groups "Redmine Brasil" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/redmine-br/aWUhts2otQI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to redmine-br+...@googlegroups.com.
--
--
------------------------------------------------------------------------------------------------------------------
Você recebeu esta mensagem porque faz parte do Grupo "Redmine Brasil"
Para postar neste grupo, envie um e-mail para redmi...@googlegroups.com
------------------------------------------------------------------------------------------------------------------
---
You received this message because you are subscribed to the Google Groups "Redmine Brasil" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redmine-br+...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Redmine Brasil" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/redmine-br/aWUhts2otQI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to redmine-br+...@googlegroups.com.
Ocorreu um erro ao enviar o e-mail (Connection refused - connect(2))
Solução:
#
default configuration options for all environments
default:
# Outgoing emails configuration
# See the examples below and the Rails
guide for more configuration options:
#
http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration
email_delivery:
delivery_method: :smtp
smtp_settings:
openssl_verify_mode: none
tls: false
enable_starttls_auto: true
address: smtp.gmail.br
port: 587
domain: smtp.gmail.br
authentication: :login
user_name:
"meue...@gmail.br"
password: senha
Obs: senha não pode ser HEXADECIMAL
Ocorreu um erro ao enviar o e-mail (534-5.7.14 <https://accounts.google.com/ContinueSignIn?sarp=1&scc=1&plt=AKgnsbs2G )
Solução:
Liberar a conta google para aplicações estranhas