SMTP: "from" in URI ignored?
----------------------------
Key: CAMEL-3345
URL: https://issues.apache.org/activemq/browse/CAMEL-3345
Project: Apache Camel
Issue Type: Bug
Components: camel-mail
Affects Versions: 2.5.0
Reporter: Aaron Mulder
In my quick test with GMail, the "from" in a Mail URI was ignored:
<to uri="smtps:[email protected]&
amp;password=guess&from=Aaron Mulder & lt;[email protected]& gt;&
amp;debugMode=true" />
I couldn't find any code that reads the "from" out of the URI and sets it on
the {{MailConfiguration}}, though I see that {{MailBinding}} will use a "from"
on the MailConfiguration if it's there.
I'm not 100% sure that GMail isn't just denying the request to send from a
registered alternate address, but not being able to find the code makes me
suspicious.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.