G
Guest
I'm having a problem using the System.Net.Mail.SmtpClient. After I set
everything up and issue the Send method it throws an exception indicating
"Sorry, that domain isn't in my list of allowed rcpthosts", which is
apparently coming from the mail server, smtpout.secureserver.net.
However, I do indeed have the email address set up properly (with GoDaddy)
and I have successully set up Outlook Express with the appropriate paremeters
so that I can send and recive emails for the email address through that
(Outlook express).
When I try to do it with System.Net.Mail.SmtpClient, and set up the
parameters the same as I set them up for Outlook Express, I get that "domain
isn't allowed" message.
Any ideas what I could be doing wrong?
everything up and issue the Send method it throws an exception indicating
"Sorry, that domain isn't in my list of allowed rcpthosts", which is
apparently coming from the mail server, smtpout.secureserver.net.
However, I do indeed have the email address set up properly (with GoDaddy)
and I have successully set up Outlook Express with the appropriate paremeters
so that I can send and recive emails for the email address through that
(Outlook express).
When I try to do it with System.Net.Mail.SmtpClient, and set up the
parameters the same as I set them up for Outlook Express, I get that "domain
isn't allowed" message.
Any ideas what I could be doing wrong?