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