Search found 30 matches: smtpusessl

Return to advanced search

Sample working send mail

... := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. * only for pec mail :Item( cSchema + "sendtls" ):Value := .T. :Item( cSchema + "sendtls" ):Value ...
by Romeo
Tue May 17, 2022 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample working send mail
Replies: 11
Views: 982

Re: New Fivewin with new PDF

... ):Value := TRUE oEmailCfg:Fields:Item( "http:" + "/" + "/" + "schemas.microsoft.com/cdo/configuration/smtpusessl" ):Value := TRUE // FALSE oEmailCfg:Fields:Item( "http:" + "/" + "/" + "schemas.microsoft.com/cdo/configuration/sendusername" ...
by byron.hopp
Tue Apr 05, 2022 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 938

Re: Send EMail Within FW Appplication....

... ):Value := cPassword oCfg:Item( "http://schemas.microsoft.com/cdo/configuration/smtpusessl" ):Value = lSSL ENDIF oCfg:Update() oMsg = CREATEOBJECT( "CDO.Message" ) oMsg:Configuration = oCfg IF !EMPTY( cSender ) THEN ...
by RiazKhan
Tue Jun 08, 2021 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3085

Re: Mail TLS 1.2 LegalMail Fatt Elettronica

Prova con la porta 25. Poi prova a rimuovere "smtpusessl" sia con la porta 465 che con la porta 25.

EMG
by Enrico Maria Giordano
Wed Jul 03, 2019 5:43 pm
 
Forum: All products support
Topic: Mail TLS 1.2 LegalMail Fatt Elettronica
Replies: 23
Views: 13672

Re: Mail TLS 1.2 LegalMail PEC

Try with port 25 and/or removing "smtpusessl".

EMG
by Enrico Maria Giordano
Wed Jul 03, 2019 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mail TLS 1.2 LegalMail PEC
Replies: 4
Views: 728

Re: Mail TLS 1.2 LegalMail Fatt Elettronica

... := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendtls" ):Value := .T. && EMG AGGIUNTA :Item( cSchema + "sendusername" ...
by Romeo
Wed Jul 03, 2019 5:13 pm
 
Forum: All products support
Topic: Mail TLS 1.2 LegalMail Fatt Elettronica
Replies: 23
Views: 13672

Re: Mail TLS 1.2 LegalMail PEC

... := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendtls" ):Value := .T. && EMG AGGIUNTA :Item( cSchema + "sendusername" ...
by Romeo
Wed Jul 03, 2019 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mail TLS 1.2 LegalMail PEC
Replies: 4
Views: 728

Re: Mail TLS 1.2 LegalMail Fatt Elettronica

... := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendusername" ):Value := "xxx1960@legagmail.it" :Item( cSchema + "sendpassword" ...
by Romeo
Wed Jul 03, 2019 12:05 pm
 
Forum: All products support
Topic: Mail TLS 1.2 LegalMail Fatt Elettronica
Replies: 23
Views: 13672

Mail TLS 1.2 LegalMail PEC

... := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendusername" ):Value := "xxx1960@legagmail.it" :Item( cSchema + "sendpassword" ...
by Romeo
Wed Jul 03, 2019 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mail TLS 1.2 LegalMail PEC
Replies: 4
Views: 728

Re: Mail TLS 1.2 LegalMail Fatt Elettronica

... := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendusername" ):Value := "xxx1960@legagmail.it" :Item( cSchema + "sendpassword" ...
by Romeo
Tue Jul 02, 2019 7:41 pm
 
Forum: All products support
Topic: Mail TLS 1.2 LegalMail Fatt Elettronica
Replies: 23
Views: 13672

Mail TLS 1.2 LegalMail Fatt Elettronica

... := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendusername" ):Value := alltrim(_from) :Item( cSchema + "sendpassword" ):Value ...
by Romeo
Tue Jul 02, 2019 4:39 pm
 
Forum: All products support
Topic: Mail TLS 1.2 LegalMail Fatt Elettronica
Replies: 23
Views: 13672

Re: Invio Posta PEC

... := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendusername" ):Value := "pincopallal@pec.it" :Item( cSchema + "sendpassword" ...
by Romeo
Fri Sep 21, 2018 3:54 pm
 
Forum: All products support
Topic: Invio Posta PEC
Replies: 4
Views: 1485

Re: Enviar mails usando cuenta de Office 365

... 2. The current process security context is used to authenticate with the service. :Item( "http://schemas.microsoft.com/cdo/configuration/smtpusessl" ):Value := iif(cSslmail=="S",.T.,.F.) :Item( "http://schemas.microsoft.com/cdo/configuration/sendusername" ):Value ...
by Enrrique Vertiz
Wed Jun 21, 2017 9:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar mails usando cuenta de Office 365
Replies: 12
Views: 3365

Re: Unattended e-mails via Outlook 365

... = 1 objCDO.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = true objCDO.Configuration.Fields.Update ' Rest of sending code goes here... Please note here that the port is not 587 but 25. ...
by Rick Lipkin
Thu Jan 05, 2017 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended e-mails via Outlook 365
Replies: 5
Views: 2760

Funciona hoy el CreateObject( "CDO.Message" ) ??

... ] = "juan@gmail.com" oConf:Fields[ cSchema + "sendpassword" ] = "MiPass123" oConf:Fields[ cSchema + "smtpusessl" ] = 1 oConf:Fields:Update() oMsg:To = "pedrito@ventas.com" oMsg:From ="juan@gmail.com>" oMsg:Subject = "Prueba ...
by jcaro
Wed Nov 30, 2016 8:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciona hoy el CreateObject( "CDO.Message" ) ??
Replies: 7
Views: 1571
Next

Return to advanced search