Describe the problem/error/question
I created an AI agent to send emails from my outlook account. The email is sent correctly, with the correct reply-to email address but when the receiver sends an email back, it sends an email to both the reply to address as to the sender.
Please share your workflow
Information on your n8n setup
**n8n version: 1.80.3
**Database (default: SQLite): default
n8n EXECUTIONS_PROCESS setting (default: own, main): default
Running n8n via (Docker, npm, n8n cloud, desktop app): desktop app - opened in Google chrome
Operating system: MacOS 15.3.1
solomon
February 26, 2025, 8:17pm
2
Many email clients (e.g., Outlook, Gmail) treat Reply-To differently when responding.
If the recipient clicks Reply , the response should go only to the Reply-To address.
But if they click Reply All , the response may be sent to both the Reply-To and the original sender (which seems to be happening here).
If my reply answers your question, please remember to mark it as a solution.
It didn’t solve the issue, but I’ve recreated my workflow & set up my credentials again and the problem is now solved. thanks for the feedback!
1 Like
system
Closed
March 13, 2025, 7:47am
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.