You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Hans G Knudsen (JIRA)" <ji...@apache.org> on 2007/03/14 12:28:09 UTC

[jira] Created: (AXIS2-2319) Mail transport does not use 'transport.mail.replyToAddress' property

Mail transport does not use 'transport.mail.replyToAddress' property
--------------------------------------------------------------------

                 Key: AXIS2-2319
                 URL: https://issues.apache.org/jira/browse/AXIS2-2319
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
            Reporter: Hans G Knudsen


I noticed in MailTransportSender that the property transport.mail.replyToAddress is only read and assigned to mailToInfo.setFromAddress  - but never used (by mailToInfo.getFromInfo nor in MailSender)..

You can specify the 'From' by using the JavaMail - mail.smtp.from property.

Is the 'replyToAddress' meant to be transfered to the MIME 'Reply-To' or the 'From' ??


If you give me a hint - I could supply a diff with a proposal for a fix

/hans

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2319) Mail transport does not use 'transport.mail.replyToAddress' property

Posted by "Saminda Wishwajith Abeyruwan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Saminda Wishwajith Abeyruwan resolved AXIS2-2319.
-------------------------------------------------

    Resolution: Fixed

Hi Hans, 

You are absolutely right, we should be using "mail.smtp.from" property to set SMTP From header. Since this JIRA has been created, mail transport sender has been gone through drastic changes, and we removed replyTo from mail sender and user MUST use the "mail.smtp.from" header.

"mail.smtp.from" header coupled with "In-Reply-To" header we simulate Request/Response. 

> Mail transport does not use 'transport.mail.replyToAddress' property
> --------------------------------------------------------------------
>
>                 Key: AXIS2-2319
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2319
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>            Reporter: Hans G Knudsen
>         Assigned To: Saminda Wishwajith Abeyruwan
>
> I noticed in MailTransportSender that the property transport.mail.replyToAddress is only read and assigned to mailToInfo.setFromAddress  - but never used (by mailToInfo.getFromInfo nor in MailSender)..
> You can specify the 'From' by using the JavaMail - mail.smtp.from property.
> Is the 'replyToAddress' meant to be transfered to the MIME 'Reply-To' or the 'From' ??
> If you give me a hint - I could supply a diff with a proposal for a fix
> /hans

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2319) Mail transport does not use 'transport.mail.replyToAddress' property

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481420 ] 

Davanum Srinivas commented on AXIS2-2319:
-----------------------------------------

Saminda,

Can you please help with this one?

-- dims

> Mail transport does not use 'transport.mail.replyToAddress' property
> --------------------------------------------------------------------
>
>                 Key: AXIS2-2319
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2319
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>            Reporter: Hans G Knudsen
>         Assigned To: Saminda Wishwajith Abeyruwan
>
> I noticed in MailTransportSender that the property transport.mail.replyToAddress is only read and assigned to mailToInfo.setFromAddress  - but never used (by mailToInfo.getFromInfo nor in MailSender)..
> You can specify the 'From' by using the JavaMail - mail.smtp.from property.
> Is the 'replyToAddress' meant to be transfered to the MIME 'Reply-To' or the 'From' ??
> If you give me a hint - I could supply a diff with a proposal for a fix
> /hans

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2319) Mail transport does not use 'transport.mail.replyToAddress' property

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-2319:
------------------------------------

    Assignee: Saminda Wishwajith Abeyruwan

> Mail transport does not use 'transport.mail.replyToAddress' property
> --------------------------------------------------------------------
>
>                 Key: AXIS2-2319
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2319
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>            Reporter: Hans G Knudsen
>         Assigned To: Saminda Wishwajith Abeyruwan
>
> I noticed in MailTransportSender that the property transport.mail.replyToAddress is only read and assigned to mailToInfo.setFromAddress  - but never used (by mailToInfo.getFromInfo nor in MailSender)..
> You can specify the 'From' by using the JavaMail - mail.smtp.from property.
> Is the 'replyToAddress' meant to be transfered to the MIME 'Reply-To' or the 'From' ??
> If you give me a hint - I could supply a diff with a proposal for a fix
> /hans

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org