[
https://issues.apache.org/activemq/browse/CAMEL-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63427#action_63427
]
Claus Ibsen commented on CAMEL-3345:
------------------------------------
I would assume the syntax is
{code}
from=<Around Mulder> [email protected]
{code}
The email should be between the < > chars.
And please use mailing list at first to ask for help.
> 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.