Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxyPreviewer weird behavior
Message
From
13/09/2019 03:11:21
 
 
To
12/09/2019 15:38:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01670810
Message ID:
01670820
Views:
53
Try
(1) not to use ssl
(2) use port 2525
see https://www.smtp2go.com/setup/


>Hello all,
>
>When I send an email the following way with FoxyPreviewer everything goes fine.
>
>WITH _Screen.oFoxyPreviewer
> .cLanguage = "FRANÇAIS"
> .cEmailTo = "denis2@MyWebSite.com"
> .nEmailMode = 3 && 1 = MAPI, 2 = CDOSYS HTML, 3 = CDOSYS TEXT, 4 = Custom procedure
> .cSMTPServer = "mail.smtp2go.com"
> .cEmailFrom = "denis@MyWebSite.com"
> .cEmailSubject = "SMTP2GO"
> .nSMTPPort = 465
> .lSMTPUseSSL = .T.
> .cSMTPUserName = "MySMTP2GO_UserName"
> .cSMTPPassword = "MySMTP2GO_Password"
> .lReadReceipt = .T.
> .lPriority = .T.
> .SendEmailUsingCDO()
>ENDWITH
>
>
>But when I try to send a report with FoxyPreviewer with the graphical interface I have the following errors.
>
>
>Error sending email
>
>#1429 - send - 0x00000213 CDO.message.1 Transport failed in the connection to servor
>Message was not sent
>
>
>If I specify Security connection (SSL) in the report preview setup for email while keeping port 465 the error message comes much faster and it says this
>
>#1429 - send - 0x00000211 Message couldn't be sent to the SMTP server. Transport error code is 0x80040217. Response of the server is not available.
>
>Anyone can tell me what could be wrong?
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform