You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/11/20 17:45:24 UTC

[jira] Commented: (CAMEL-3345) SMTP: "from" in URI ignored?

    [ 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> ammulder@apache.org
{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:smtp.gmail.com?username=ammulder@gmail.com& amp;password=guess&amp;from=Aaron Mulder & lt;ammulder@apache.org& 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.