R
Radi Ivanov
Hello,
I am trying to send an e-mail message via code using the following two
lines:
************************************************************************
SmtpMail.SmtpServer = "smtp.mail.yahoo.com";
SmtpMail.Send("(e-mail address removed)", job.EmailAddress.Trim(), "Job
Results #" + job.JobID, msg);
************************************************************************
There is nothing inconsistent with any of the input I am assured of
this. My dilema sets in when I recieve the following error from
"smtp.mail.yahoo.com" :
************************************************************************'
The server rejected the sender address. The server response was: 530
authentication required - for help go to
http://help.yahoo.com/help/us/mail/pop/pop-11.html
************************************************************************'
How would you use authentication to get past this obstacle?(Yes I did
look at the help page but found nothing useful)
Thanks,
Radi
I am trying to send an e-mail message via code using the following two
lines:
************************************************************************
SmtpMail.SmtpServer = "smtp.mail.yahoo.com";
SmtpMail.Send("(e-mail address removed)", job.EmailAddress.Trim(), "Job
Results #" + job.JobID, msg);
************************************************************************
There is nothing inconsistent with any of the input I am assured of
this. My dilema sets in when I recieve the following error from
"smtp.mail.yahoo.com" :
************************************************************************'
The server rejected the sender address. The server response was: 530
authentication required - for help go to
http://help.yahoo.com/help/us/mail/pop/pop-11.html
************************************************************************'
How would you use authentication to get past this obstacle?(Yes I did
look at the help page but found nothing useful)
Thanks,
Radi