-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Reply To #118
Comments
Hi @willm132, I can't find the SMTP closure for Reply-To. Do you have any relevant documentation we could look at? If you are able to make a PR (directly), we will look at it! Thanks. |
@mbarnach I was wondering if this is a feature that is already included or can be added. I used to use this package a few years ago before it stopped being support. It allowed you to send from one email, then specify a reply to a different email. So I can send a customer an email, if they click reply it will be sent to a different email. |
From the code, it seems that the closure is Thanks. |
@mbarnach Unfortunately I wouldn't have any idea on how to do that. |
Too bad! I will see if I can have a look at it. |
This seems kind of weird. I mean, if it's just sticking a 'Reply-To' header on the message, why not do that? Is it true that only known headers get sent? What if the client who's using the library wants to include something special, like, 'X-Client-Signature' in the message headers? |
Is there a way to set a reply to email. So if the user who got an email clicks reply it can be set to another email address?
The text was updated successfully, but these errors were encountered: