Skip to content
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

Email - Configurable Reply-To header #24602

Open
rtdany10 opened this issue Jan 30, 2024 · 8 comments
Open

Email - Configurable Reply-To header #24602

rtdany10 opened this issue Jan 30, 2024 · 8 comments

Comments

@rtdany10
Copy link
Contributor

Certain service providers rejects emails where the From and Reply-To are different.

Currently, in order to set Reply-To as same as the sender, we have to enable incoming and make it the default email. Ref: https://docs.erpnext.com/docs/user/manual/en/configuring-a-reply-to-email-address-in-erpnext

It would be better to have a checkbox in Email Account to enforce Reply-To is also same a From?

@rehanansari26
Copy link
Contributor

@rtdany10 can you elaborate more about what you want?

@rtdany10
Copy link
Contributor Author

@rtdany10 can you elaborate more about what you want?

This is how you currently set To-Reply for emails set from Frappe Framework: https://docs.erpnext.com/docs/user/manual/en/configuring-a-reply-to-email-address-in-erpnext
This requires enabling Incoming on the email account and using the FF mailbox. This shouldn't be the case, I should be able to set To-Reply without having incoming enabled on FF for that account. I could be using an external mail client for incoming purpose.

@rehanansari26
Copy link
Contributor

@rtdany10 can you elaborate more about what you want?

This is how you currently set To-Reply for emails set from Frappe Framework: https://docs.erpnext.com/docs/user/manual/en/configuring-a-reply-to-email-address-in-erpnext This requires enabling Incoming on the email account and using the FF mailbox. This shouldn't be the case, I should be able to set To-Reply without having incoming enabled on FF for that account. I could be using an external mail client for incoming purpose.

I not enabled incoming as you can see in my settings but also when any email goes from FF then automatically To-Reply is set to same email.
image
image

@rtdany10
Copy link
Contributor Author

@rtdany10 can you elaborate more about what you want?

This is how you currently set To-Reply for emails set from Frappe Framework: https://docs.erpnext.com/docs/user/manual/en/configuring-a-reply-to-email-address-in-erpnext This requires enabling Incoming on the email account and using the FF mailbox. This shouldn't be the case, I should be able to set To-Reply without having incoming enabled on FF for that account. I could be using an external mail client for incoming purpose.

I not enabled incoming as you can see in my settings but also when any email goes from FF then automatically To-Reply is set to same email.
image
image

Are your From and To-Reply same or different?

@rehanansari26
Copy link
Contributor

@rtdany10 It is same

@rtdany10
Copy link
Contributor Author

@rtdany10 It is same

Did you send from the same user account as the email? Try from a different user account

@rehanansari26
Copy link
Contributor

rehanansari26 commented Feb 11, 2024

@rtdany10
The company email Account is setup like info@company.com

I am the User with email I'd as user@company.com so when this user send any email from Frappe so Default Sending is set as the company email id which is info@company.com. All mails are going with this company email so both email are same for this case.

Are you talking about setting up User wise Email Account?? Can you explain with your use case?

@rtdany10
Copy link
Contributor Author

@rtdany10
The company email Account is setup like info@company.com

I am the User with email I'd as user@company.com so when this user send any email from Frappe so Default Sending is set as the company email id which is info@company.com. All mails are going with this company email so both email are same for this case.

Are you talking about setting up User wise Email Account?? Can you explain with your use case?

@rehanansari26 when you are sending email from user@company.com, the expected email headers:
Sender: info@company.com
Reply-To: info@company.com

But the actual headers:
Sender: info@company.com
Reply-To: user@company.com

I want the Reply-To to be same as sender.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants