Hello,
I am trying to send an e-mail message via code using the following two
lines:
*************** *************** *************** *************** ************
SmtpMail.SmtpSe rver = "smtp.mail.yaho o.com";
SmtpMail.Send(" Radi@localhost. com", job.EmailAddres s.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.yaho o.com" :
*************** *************** *************** *************** ************'
The server rejected the sender address. The server response was: 530
authentication required - for help go to
*************** *************** *************** *************** ************'
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.SmtpSe rver = "smtp.mail.yaho o.com";
SmtpMail.Send(" Radi@localhost. com", job.EmailAddres s.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.yaho o.com" :
*************** *************** *************** *************** ************'
The server rejected the sender address. The server response was: 530
authentication required - for help go to
*************** *************** *************** *************** ************'
How would you use authentication to get past this obstacle?(Yes I did
look at the help page but found nothing useful)
Thanks,
Radi
Comment