@@ -176,7 +176,7 END_DESC | |||||
176 |
|
176 | |||
177 | ActionMailer::Base.raise_delivery_errors = true |
|
177 | ActionMailer::Base.raise_delivery_errors = true | |
178 | begin |
|
178 | begin | |
179 |
Mailer.deliver_test_email( |
|
179 | Mailer.deliver_test_email(user) | |
180 | puts l(:notice_email_sent, user.mail) |
|
180 | puts l(:notice_email_sent, user.mail) | |
181 | rescue Exception => e |
|
181 | rescue Exception => e | |
182 | abort l(:notice_email_error, e.message) |
|
182 | abort l(:notice_email_error, e.message) |
General Comments 0
You need to be logged in to leave comments.
Login now