Hi Ruwan,
Is the Email Mediator implemented now and part of the SVN repository at
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/ .
Thanks,
Eric.
On Dec 18, 2007 10:32 AM, Ruwan Linton <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have implemented an EMail mediator with the following configuration.
> (For
> the moment that configuration contains the username and the password in
> plain text)
>
> <sendMail>
> <protocol host="string" port="int"/>
> <authentication user="string" password="string"/>
> <recipient type=("to"|"cc"|"bcc") address="string"
> personalName="String"/>
> <from address="string" personalName="string"/>
> <replyTo address="string" personalName="string"/>
> <header name="string" value="string" expression="xpath"/>
> <subject text="string" expression="xpath"/>
> <body text="string" expression="xpath"/>
> <attachment src="uri" expression="xpath"/>
> </sendMail>
>
> Please note that this is not a transport, but it is just a mediator.
> Thoughts on storing username and password in a more secure way.
>
> Thanks,
> Ruwan
>
> --
> Ruwan Linton
> http://www.wso2.org - "Oxygenating the Web Services Platform"
>