-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi,
I'm using your package for sending emails to a database of customers. I'd like to have the name of the sender (From parameter) appear in the customer's inbox but I can't seem to make it work. If I use only the sender's email address then it works fine.
This is what I've tried so far:
-
"\"Name Sender\" <email@example.com>"
-
'"Name Sender" <email@example.com>'
-
paste0("\"Name Sender\"", "<email@example.com>")
But I keep getting a 501 error from the smtp server. Am I missing something? or is it a problem on the SMTP server itself while handling the message through curl?
Thanks for your help
Metadata
Metadata
Assignees
Labels
No labels