Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send email from win10
Message
From
16/02/2017 16:52:05
 
 
To
16/02/2017 16:21:15
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Miscellaneous
Thread ID:
01648052
Message ID:
01648054
Views:
52
>Hi Gang,
>
>I was given a job that involved the application email a simple message (single test line, in this case), But the SendMail routine is throwing an error. The email object they are using is CDO2000 (I believe)
>
>
>ERROR: :1429 # send # 187 # 0x00000211  
>The message could not be sent to the SMTP server. 
>The transport error code was 0x80040217. 
>The server response was not available
>
>
>I have been google'ing around, but have not been able to isolate the issue. The client tells me they have not had the problem. This is tell me the problem is on my machine running Windows 10.
>
>Any suggestion would be great.

If there's anything unusual about your environment for SMTP, you'll need to set the parameters appropriately in the SMTP component e.g.

- Standard/default port is port 25. Maybe you use 587 or 1025? Your SendMail probably won't try those ports unless you specify it in advance

- If your SMTP server requires authentication, you need to set up a user name and password

From the error message, you're not even getting to the point where you could try a user name/password so it's likely either a port or firewall issue. Assuming your own personal outgoing SMTP mail is working properly (so no firewall issue) an incorrect port setting would be my first guess.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform