You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Timur Davletov (JIRA)" <ji...@apache.org> on 2009/04/10 09:11:31 UTC

[jira] Updated: (SMXCOMP-503) servicemix-mail. Cann't fill "From" field for outgoing mail.

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

Timur Davletov updated SMXCOMP-503:
-----------------------------------

    Description: 
sender attribute doesn't set for mail:sender enpoint in xbean.xml.
Incoming jbi message has AbstractMailMarshaler.MSG_TAG_FROM property, but outgoing mail message has "no-reply@localhost " in from field.

MailSenderEndpoint sets sender to default in any cases in validate() method.
The MailMarshaler checks if the configuredSender is null or nor, but the sender can not be null as it is being set to default value in the validate() method.

discussion: http://www.nabble.com/Servicemix-mail-and-sender-td19918413ef12049.html

  was:
sender attribute doesn't for mail:sender enpoint in xbean.xml.
Incoming jbi message has AbstractMailMarshaler.MSG_TAG_FROM property, but outgoing mail message has "no-reply@localhost " in from field.

MailSenderEndpoint sets sender to default in any cases in validate() method.
The MailMarshaler checks if the configuredSender is null or nor, but the sender can not be null as it is being set to default value in the validate() method.

discussion: http://www.nabble.com/Servicemix-mail-and-sender-td19918413ef12049.html


> servicemix-mail. Cann't fill "From" field for outgoing mail. 
> -------------------------------------------------------------
>
>                 Key: SMXCOMP-503
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-503
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-mail
>            Reporter: Timur Davletov
>
> sender attribute doesn't set for mail:sender enpoint in xbean.xml.
> Incoming jbi message has AbstractMailMarshaler.MSG_TAG_FROM property, but outgoing mail message has "no-reply@localhost " in from field.
> MailSenderEndpoint sets sender to default in any cases in validate() method.
> The MailMarshaler checks if the configuredSender is null or nor, but the sender can not be null as it is being set to default value in the validate() method.
> discussion: http://www.nabble.com/Servicemix-mail-and-sender-td19918413ef12049.html

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