Hi,
I'm using newsletter in my page & i have configured in web.config file. smtp details is fine.
when i checked system log files there it's showing the following error.
2011-11-10 01:48:14,605 ERROR 122.172.166.63 - en-US - /home.aspx - mojoPortal.Net.Email - error sending email to contact@richierichholidays.in from "admin@richierichholidays.in " <admin@richierichholidays.in>, will retry
2011-11-10 01:48:17,623 ERROR 122.172.166.63 - en-US - /home.aspx - mojoPortal.Net.Email - all retries failed sending email to contact@richierichholidays.in from "admin@richierichholidays.in " <admin@richierichholidays.in>, message was: Thank you for subscribing to !
We just need to confirm that you own the email address provided on our subscription form.
To confirm your subscription, please click the link below.
http://www.richierichholidays.in/eletter/Confirm.aspx?s=fbd1208b-76f8-4d56-b66f-c393d050b5a2
If you did not subscribe, you can safely ignore this message, we will not send our newsletter without confirmation so you will not receive spam.
For more information please visit our web site
http://www.richierichholidays.in
System.Net.Mail.SmtpException: Server does not support secure connections.
at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
at System.Net.Mail.SmtpTransport.GetConnection(ServicePoint servicePoint)
at System.Net.Mail.SmtpClient.GetConnection()
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at mojoPortal.Net.Email.Send(SmtpSettings smtpSettings, MailMessage message)
Can anyone tell me what is happening....
thanks i advance