PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [WD75] SMTP trouble
[WD75] SMTP trouble
Started by Daniel Ramirez, Feb., 11 2004 8:48 AM - No answer
Posted on February, 11 2004 - 8:48 AM
Hello folks:
I am using

smtpU="user"
smtpS="mail.server.com"
smtpP%
EmailStartSMTPSession(smtpU,smtpS,smtpP)
and it works fine if I use real data and the server I am trying does not require authentication, but if I try another server (with real data, of course) that DO requiere authentication it gives me an error. I tried EmailStartSession() with the correponding parameters and it fails again with the authentication requirement.
Am I doing something wrong, or it is not possible to send emails through these kind of servers??

Thank you for your time.