Replies: 1 comment
-
Nope, it's me, I'm an idiot. Didn't build again before I tried it 😅 never mind! All good. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Marten folks,
I'm subclassing
Marten::Email
to create email templates. I like this system btw! But when I set thefrom
using the format for including a name and address, for example:...it seems as if the name is stripped, and only the address makes it through to the final email. That is, the email's relevant header is just
From: [email protected]
Is there a different way I should be doing this? I'm using the mailgun backend by the way, but I use mailgun generally and I know it can handle names in email addresses in this format.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions