SMTP Authentication Problem

  • Thread starter Thread starter Radi Ivanov
  • Start date Start date
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
 
Thank you so much! I certainly did not find this web page on google, but
now that I did I will be sure to use it.

Radi

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top