Hai, I have developed small asp.net application.i send mail through this application.so my web config file have following coding
<network host="smtp.gmail.com" port="587" userName="[email protected]" password="*****" />
</smtp>
</mailSettings>
we have google apps.we don't have mail server. i try to sent mail,i getting time out error. regards mariyappan.J