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

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

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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-3345:
----------------------------------

    Assignee: Claus Ibsen

> 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
>
> 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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ 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.