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/26 13:57:25 UTC

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

     [ https://issues.apache.org/activemq/browse/CAMEL-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3345.
--------------------------------

       Resolution: Working as Designed
    Fix Version/s: 2.6.0

> 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
>            Assignee: Claus Ibsen
>             Fix For: 2.6.0
>
>
> 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.