Search found 158 matches: sendmail

Return to advanced search

Re: Send Emails from Fivewin application

Dear Anser,

Harbour provides a hb_SendMail() function

Could hb_SendMail() users provide feeback if it is working fine for them ?

many thanks
by Antonio Linares
Thu Oct 19, 2023 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 1
Views: 203

Problema con el envio de correo desde programa

... y comprobé que desde el preview se podía enviar perfectamente correos. Estuve mirando el código y comencé a utilizar el mismo sistema que la clase SendMail de Rpreview. Para programar utilizo un PC de sobremesa donde tengo instalado MailBird que es un software de correo que compré hace años y donde ...
by José Luis Sánchez
Thu Oct 20, 2022 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con el envio de correo desde programa
Replies: 5
Views: 418

Envio de emails

Hola, Un cliente con thunderbird como gestor de email, tiene problemas con el envio de emails. Leo en el sitio de TB que no funciona 100% con MAPI. He probado con CDOSYS y tambien tengo problemas. Tambien he visto que windows 10 mail tampoco es compatible con MAPI. Se me acaban las ideas de como aut...
by hmpaquito
Thu Mar 03, 2022 8:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de emails
Replies: 5
Views: 478

Re: Duda Correo Thunderbird

... saludos. Hola Joao, Yo uso Thunderbird como administrador de correos, no lo uso para enviar por fivewin. Para enviar por fivewin uso la clase sendmail.prg
by JoseAlvarez
Tue Nov 30, 2021 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 726

Re: Problema enviar correo desde vista Previa

He probado el codigo de gmart1 y funciona al 100.

Es algo que está previsto en el METHOD SendMail() CLASS TPreview

Code: Select all  Expand view
elseif ::bEmail != nil
      Eval( ::bEmail, Self, cName, cFile )
 
by FranciscoA
Fri Jul 02, 2021 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema enviar correo desde vista Previa
Replies: 8
Views: 1303

Re: Send EMail Within FW Appplication....

... below...from this forum.. ****************************************************************************************************** STATIC FUNCTION SENDMAIL( cFrom, cServer, cTo, cSubject, cMessage, aAttach, cSender, cUser, cPassword, aCc, lHtml, cPort, lNotification, lSSL ) LOCAL lOk := .F. LOCAL ...
by RiazKhan
Tue Jun 08, 2021 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3039

Re: Send EMail Within FW Appplication....

... I already have set these as in my Gmail account.... Allow Less Secure Apps - is ON 2-step verification - DISABLED I am passing all parameters to sendmail() SENDMAIL( cFrom, cServer, cTo, cSubject, cMessage, aAttach, cSender, cUser, cPassword, aCc, lHtml, cPort,lNotification , lSSL ) This is the ...
by RiazKhan
Tue Jun 08, 2021 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3039

Send EMail Within FW Appplication (RESOLVED)

... profile, get tagged for an email. I have tried some examples from this forum and also tested testsmtp.prg. But with no success. I have provided sendmail() with from/to/subject/message/password/attachment..all the parameters. No success.. Is there a test prg available to share, for me to get ...
by RiazKhan
Tue Jun 08, 2021 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3039

Re: Email from gmail

Enrico, I tried your example and it worked only once, I was able to succesfully send one email and then I got the same message again (I chaged the account's password, but I don't see this as the reason of the failure). I am using another email address (from a secondary domain we have) and it is wor...
by Enrico Maria Giordano
Tue Dec 15, 2020 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email from gmail
Replies: 12
Views: 1186

Re: Email from gmail

This is working fine (you can use HB_SENDMAIL() or SENDMAIL()). Please note that you need SSL with [x]Harbour for HB_SENDMAIL() to work. #include "Fivewin.ch"FUNCTION MAIN()    LOCAL cFrom     := "tubelitefacturas@gmail.com"  ...
by Enrico Maria Giordano
Mon Dec 14, 2020 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email from gmail
Replies: 12
Views: 1186

Re: Cambios a RPreview.Prg

Como te indican tendrás que modificar el método sendmail(), te pongo las modificaciones que yo he hecho por si te pueden servir de ayudar, yo le paso, por ejemplo, el email del cliente, proveedor. METHOD SendEmail() CLASS TPreview   local ...
by Garbi
Tue Dec 24, 2019 10:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios a RPreview.Prg
Replies: 5
Views: 660

Re: Cambios a RPreview.Prg

Hola: Tendrás que modificar el método sendmail() y añadir lo que necesites a:      DEFINE MAIL oMail ;         SUBJECT cName ;         TEXT "" ;        ...
by MOISES
Tue Dec 24, 2019 9:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios a RPreview.Prg
Replies: 5
Views: 660

Re: tip_MailSend() para xHarbour

Try HB_SENDMAIL().

EMG
by Enrico Maria Giordano
Tue Sep 17, 2019 5:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tip_MailSend() para xHarbour
Replies: 1
Views: 439

Re: email with CDO and attachment

Indeed. If I use the FROM USER clause, I need to corfirm them one by one.

Without the FROM USER (it uses the selected send user) than it works in the loop.

The CDO however can be set better, so I will recode my sendmail function for better performance and control.

Thanks for the info.
by Marc Venken
Mon May 07, 2018 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: email with CDO and attachment
Replies: 12
Views: 2296

Re: send mail

... company with win10) I have Thunderbird with myemail@gmail.com SMTP configuration (smtp.gmail.com, port 465, 2 remote) and If I send email from sendmail.pgm (myexe.exe) using CDO.Configuration that's ok All users receive my email, it works! But If I use myexe.exe on anothers pcs (win7 32bit ...
by damianodec
Fri Jun 09, 2017 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send mail
Replies: 11
Views: 1999
Next

Return to advanced search