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

[jira] Resolved: (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 ]

Lars Heinemann resolved SMXCOMP-503.
------------------------------------

       Resolution: Fixed
    Fix Version/s: servicemix-mail-2009.02

Transmitting file data: /mnt/daten/development/asf/smx3/all/bindings/servicemix-mail/src/main/java/org/apache/servicemix/mail/MailSenderEndpoint.java
Committed revision 766872

> 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
>            Assignee: Lars Heinemann
>             Fix For: servicemix-mail-2009.02
>
>
> 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.