Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SMTP Email
Message
 
To
17/05/2007 17:06:06
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01226541
Message ID:
01226962
Views:
13
I will second what Al said. I had to do the same thing. But it was not uniform across the different users. I also had a situation where i had to first do a POP login (connect) in order to send too.
loPOP = CREATEOBJECT("wwPOP3")
loPop.cMailServer = "mailserver.net"
loPop.cUserName = "rickstrahl"
loPop.cPassword = "password"

*** Create a log string
loPop.lLogSession = .T.

IF !loPOP.Connect()
>I'm using the WWIPSTUFF class to do an SMTP email. I'm getting this error:
>
>"550 Please configure your mail client to use authentication". I'm trying to use an Earthlink outgoing mail server. Earthlink requires authentication. Should I be changing something in the WWIPSTUFF class just like I would in Outlook to says "outgoing server requires authentication" or is it an Earthlink issue.
>
>Thanks,
>
>Mark
Previous
Reply
Map
View

Click here to load this message in the networking platform