[
https://issues.apache.org/activemq/browse/SM-1852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51437#action_51437
]
Endrigo Antonini commented on SM-1852:
--------------------------------------
Yes, I'm using MimeMailsSender...
and in my conf it's configured like this...
<sm:activationSpec componentName="EmailSender"
endpoint="EmailSender"
destinationService="antonini:EmailSender"
failIfNoDestinationEndpoint="false"
service="antonini:EmailSender">
<sm:component>
<bean
class="org.apache.servicemix.components.email.MimeMailSender">
<property name="sender">
<bean
class="org.springframework.mail.javamail.JavaMailSenderImpl">
<property
name="host" value="smtpserver"/>
<property
name="port" value="25"/>
<property
name="username" value="smtpusername"/>
<property
name="password" value="smtppassword"/>
<property
name="javaMailProperties">
<props>
<prop key="mail.smtp.auth">true</prop>
</props>
</property>
</bean>
</property>
</bean>
</sm:component>
</sm:activationSpec>
> Mail component is not sending HTML body message when has attachment
> -------------------------------------------------------------------
>
> Key: SM-1852
> URL: https://issues.apache.org/activemq/browse/SM-1852
> Project: ServiceMix
> Issue Type: Bug
> Components: servicemix-components
> Affects Versions: 3.3
> Environment: ServiceMix 3.3
> Reporter: Endrigo Antonini
> Attachments: MimeMailMarshaler.java
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When tring to send mail message with HTML message, TXT message and a
> attachment, ServiceMix only sends TXT message and attachment.
> It doesn't sends HTML message.
> I've got the source of this, and I correct the problem.
> I have attached the source that I corrected and used in my case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.