我对送电子邮件给铁路进行了辅导,我是在我的制作中这样做的。 页: 1
ActionMailer::Base.smtp_settings = {
:tls => true,
:address => smtp.gmail.com ,
:port => 587,
:domain => http://myapp.heroku.com ,
:authentication => :plain,
:user_name => [email protected] ,
:password => mypassword
}
And this Actionmailer
mail(
:to => user.email,
:from => "[email protected]",
:subject => "Welcome to My App",
:body => "Please activate your account by going to this address:
" +
"http://myapp.heroku.com/" +
user.username + "/activate/" + user.activation_key
)
电子邮件: [104 电子邮箱: Protect],而不是