erreur mail forum
This commit is contained in:
parent
1c8ef315d1
commit
4f651eae72
@ -6,7 +6,7 @@ class ForumMails < ActionMailer::Base
|
|||||||
def reset_password(forum_user, options = {})
|
def reset_password(forum_user, options = {})
|
||||||
@forum_user = forum_user
|
@forum_user = forum_user
|
||||||
@options = options
|
@options = options
|
||||||
mail(:to => forum_user.email, :from => @from, :subject => "Réinitialisation de votre mot de passe.")
|
mail(:to => forum_user.email, :subject => "Réinitialisation de votre mot de passe.")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user