-
How can I change the mailer's I also thought maybe because it inherits from I'm still getting The other solution I thought of was to manually update the header in the email in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The email from header is set directly from within mailer methods, it's passed to the Rodauth's |
Beta Was this translation helpful? Give feedback.
The email from header is set directly from within mailer methods, it's passed to the
mail
method call.Rodauth's
email_from
field is not used in the mailer, because I found it difficult to set that up reliably at this time.