G
Guest
Hi,
I write an asp.net web application. It has a “Contact Us†page, where users
fill in their email, subject and text and hit send. Then the email will go to
my hard coded yahoo email account.
I was using optimum online service with smtp server as “mail.optonline.netâ€.
I can receive email correctly.
Now I switch to verizon DSL. I change my smtp server accordingly as
“outgoing.yahoo.verizon.netâ€. I get an exception after executing:
SmtpMail.Send(msgMail);
Maybe verizon dsl smtp server needs some settings? Any suggestion?
Thank you. -Dale
I write an asp.net web application. It has a “Contact Us†page, where users
fill in their email, subject and text and hit send. Then the email will go to
my hard coded yahoo email account.
I was using optimum online service with smtp server as “mail.optonline.netâ€.
I can receive email correctly.
Now I switch to verizon DSL. I change my smtp server accordingly as
“outgoing.yahoo.verizon.netâ€. I get an exception after executing:
SmtpMail.Send(msgMail);
Maybe verizon dsl smtp server needs some settings? Any suggestion?
Thank you. -Dale