Re: Can Modify Mail/SMTP component to accept Sender Name along with Sender Email

2009-05-22 Thread Claus Ibsen
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

Re: Can Modify Mail/SMTP component to accept Sender Name along with Sender Email

2009-05-21 Thread rohitbrai
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.

Re: Can Modify Mail/SMTP component to accept Sender Name along with Sender Email

2009-05-21 Thread Willem Jiang
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

Re: Can Modify Mail/SMTP component to accept Sender Name along with Sender Email

2009-05-21 Thread rohitbrai
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

Re: Can Modify Mail/SMTP component to accept Sender Name along with Sender Email

2009-05-21 Thread rohitbrai
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.

Can Modify Mail/SMTP component to accept Sender Name along with Sender Email

2009-05-21 Thread rohitbrai
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