d properties before sending the mail in my application.
>>
>> Regards,
>> Rohit
>>
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Can-Modify-Mail-SMTP-component-to-accept-Sender-Name-along-with-Sender-Email-tp23651192p23651
Can I extend the MailBinding class, such
>>> that Camel reads my class to create binding for the the mail component?
>>>
>>> I am asking because I may need to do many customizations to the mail and
>>> headers and properties before sending the mail in my application.
>>>
>>> Regards,
>>> Rohit
>>>
>>>
>>>
>>
>
>
>
--
View this message in context:
http://www.nabble.com/Can-Modify-Mail-SMTP-component-to-accept-Sender-Name-along-with-Sender-Email-tp23651192p23664324.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi,
You can set the your mail binding form the mail endpoint.
Here is some examples.
Java DSL
MailEndpoint mailEndpoint = new MailEndpoint("MailURI");
mailEndpoint.setBinding(new YourBinding());
from(mailEndpoint).to("other endpoint");
Spring
http://activemq.apache.org/camel/schema/spring
o many customizations to the mail and
> headers and properties before sending the mail in my application.
>
> Regards,
> Rohit
>
>
>
--
View this message in context:
http://www.nabble.com/Can-Modify-Mail-SMTP-component-to-accept-Sender-Name-along-with-Sender-Email-tp236
ication.
>
> Regards,
> Rohit
>
>
>
--
View this message in context:
http://www.nabble.com/Can-Modify-Mail-SMTP-component-to-accept-Sender-Name-along-with-Sender-Email-tp23651192p23651866.html
Sent from the Camel - Users mailing list archive at Nabble.com.
component?
I am asking because I may need to do many customizations to the mail and
headers and properties before sending the mail in my application.
Regards,
Rohit
--
View this message in context:
http://www.nabble.com/Can-Modify-Mail-SMTP-component-to-accept-Sender-Name-along-with-Sender