Created
December 26, 2010 14:52
-
-
Save yiquncode/755455 to your computer and use it in GitHub Desktop.
用户欢迎邮件
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private | |
def send_welcome_email | |
UserMailer.welcome_registration(self).deliver | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
参考 http://cn.asciicasts.com/episodes/206-actionmailer-in-rails3
http://stackoverflow.com/questions/3917788/ror-devise-gem-welcome-email-on-sign-up