Search found 31 matches: smtpauthenticate

Return to advanced search

Sample working send mail

... :Item( cSchema + "smtpserverport" ):Value := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. * only for pec mail :Item( cSchema + "sendtls" ...
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

... 2 Port, 3 Exchange oEmailCfg:Fields:Item( "http:" + "/" + "/" + "schemas.microsoft.com/cdo/configuration/smtpauthenticate" ):Value := TRUE oEmailCfg:Fields:Item( "http:" + "/" + "/" + "schemas.microsoft.com/cdo/configuration/smtpusessl" ...
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....

... "http://schemas.microsoft.com/cdo/configuration/sendusing" ):Value = 2 oCfg:Item( "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" ):Value = .F. IF !EMPTY( cUser ) .AND. !EMPTY( cPassword ) oCfg:Item( "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" ...
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

... :Item( cSchema + "smtpserverport" ):Value := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendtls" ):Value := .T. && ...
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

... :Item( cSchema + "smtpserverport" ):Value := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendtls" ):Value := .T. && ...
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

... :Item( cSchema + "smtpserverport" ):Value := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendusername" ):Value := "xxx1960@legagmail.it" ...
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

... :Item( cSchema + "smtpserverport" ):Value := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendusername" ):Value := "xxx1960@legagmail.it" ...
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

... :Item( cSchema + "smtpserverport" ):Value := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendusername" ):Value := "xxx1960@legagmail.it" ...
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

... :Item( cSchema + "smtpserverport" ):Value := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendusername" ):Value := alltrim(_from) ...
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

... :Item( cSchema + "smtpserverport" ):Value := 465 :Item( cSchema + "sendusing" ):Value := 2 :Item( cSchema + "smtpauthenticate" ):Value := .T. :Item( cSchema + "smtpusessl" ):Value := .T. :Item( cSchema + "sendusername" ):Value := "pincopallal@pec.it" ...
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

... ):Value := 2 // Remote SMTP = 2, local = 1 :Item( "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" ):Value := iif(cAutmail=="S",1,0) // smtpauthenticate, values are : cdoAnonymous, value 0. Do not authenticate, cdoBasic, ...
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

CDO MAPI versions and files

... to try is setting this value to 2 as shown. // 0= none, 1= Basic clear text, 2=NTLM :Item( "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" ):Value := 2 One word of warning about sending test emails. This happened to me about a year ago. I was sending lots of test ...
by James Bott
Tue Jun 13, 2017 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO MAPI versions and files
Replies: 6
Views: 1144

Re: Unattended e-mails via Outlook 365

... = "mypassword objCDO.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1 objCDO.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = true objCDO.Configuration.Fields.Update ...
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" ) ??

... + "smtpserver" ] = "smtp.gmail.com" oConf:Fields[ cSchema + "smtpserverport" ] = 465 oConf:Fields[ cSchema + "smtpauthenticate" ] = 1 oConf:Fields[ cSchema + "sendusername" ] = "juan@gmail.com" oConf:Fields[ cSchema + "sendpassword" ...
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

Re: email CDO caracter problem

... "http://schemas.microsoft.com/cdo/configuration/sendusing" ):Value := 2 :Item( "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" ):Value := lAut :Item( "http://schemas.microsoft.com/cdo/configuration/smtpusessl" ):Value := lSSL :Item( "http://schemas.microsoft.com/cdo/configuration/sendusername" ...
by Wanderson
Wed May 25, 2016 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: email CDO caracter problem
Replies: 13
Views: 1947
Next

Return to advanced search