... this should not be a problem with my SMTP configuration,
as sayed in Closed Github Issues (http://github.com/bborn/
communityengine/issues/closed/#issue/12/comment/164831),
cause I've got other apps, actually running fine, with the same SMTP
configuration and same ruby/rails/os/env layers:
r...@webby2066:/var/rails/ce# grep mailer ../ce/config/environment.rb
config.action_mailer.default_url_options = { :host =>
'ce.webbyapp.com' } r...@webby2066:/var/rails/ce# grep mailer ../
bookuntu/config/environment.rb
config.action_mailer.default_url_options = { :host => 'bookuntu.com' }
r...@webby2066:/var/rails/ce# grep mailer ../flitter/config/
environment.rb
config.action_mailer.default_url_options = { :host =>
'flitter.webbyapp.com' } r...@webby2066:/var/rails/ce#
... HERE I MADE SOME OBVIOUS OBSCURATION, anyway the concept is that I
checked :
r...@webby2066:/var/rails/ce# cat ../ce/config/initializers/
smtp_gmail.rb
ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => "587",
:authentication => :plain,
:enable_starttls_auto => true,
:user_name => "[email protected]",
:password => "---"
}
r...@webby2066:/var/rails/ce# cat ../flitter/config/initializers/
smtp_gmail.rb
ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => "587",
:authentication => :plain,
:enable_starttls_auto => true,
:user_name => "[email protected]",
:password => "---"
}
r...@webby2066:/var/rails/ce# cat ../bookuntu/config/initializers/
smtp_gmail.rb
ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => "587",
:authentication => :plain,
:enable_starttls_auto => true,
:user_name => "[email protected]",
:password => "---"
}
r...@webby2066:/var/rails/ce#
Best regards
Luca
--
You received this message because you are subscribed to the Google Groups
"CommunityEngine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/communityengine?hl=en.