Hi,
Thanks for your speedy response.
I m using the below code
<smtp deliveryMethod="Network" from="
[email protected]">
<network host="smtp.google.com" password="password" userName="
[email protected]"/>
</smtp>
and getting the below error message from my broswer when I submit data
Mail box unavailable.
When i try the above code with smtp.gmail.com I get an error message when i submit the data that the SMTP requires a secure connection.
Any light you can shed on this would be most helpful
Thanks in adcanve
Hippo