Maikel Linke
|
ced49e0217
|
Apply Rails standard to base mailer class
It has the advantage that `rails generate mailer` works out of the box
and we comply with rubocop rules.
|
2023-04-12 16:39:20 +10:00 |
|
Maikel Linke
|
281d0eb417
|
Simplify mailers with Rails default "from" setting
|
2023-04-12 16:15:51 +10:00 |
|
Jean-Baptiste Bellet
|
bcd306ebd4
|
Authorize payment email could be send to guest user
Always send the email to the order.email value
|
2022-02-17 09:40:28 +01:00 |
|
Andy Brett
|
c0b3fc301e
|
add email template to notify hub that auth is required
|
2021-02-03 09:50:28 -08:00 |
|
Andy Brett
|
d9b27bc556
|
move controller and mailer outside of spree namespace; use haml in template
|
2021-01-21 09:18:29 -08:00 |
|