Search found 164 matches: sendmail

Return to advanced search

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: 1316

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: 690

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: 690

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: 451

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: 2344

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: 2037

Re: Unattended e-mails via Outlook 365

... Note To get the full sample projects, please refer to Samples section. using System; using System.Collections.Generic; using System.Text; using EASendMail; //add EASendMail namespace namespace mysendemail { class Program { static void Main(string[] args) { SmtpMail oMail = new SmtpMail("TryIt"); ...
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: 2777

Harbour con SSL - Urgente !!!!

Hola Antonio: Me actualice al FWH 16.05 con harbour32 + BorlandC 7 , pero no encuentro las librerias compiladas para usar SSL , tales como hbssl.lib, hbssls.lib, libeay32.lib and ssleay32 y hbtipssl.lib , Podrias por favor, decirme donde las puedo bajar, pues el Harbour que baje del link de la actua...
by jcaro
Fri Dec 02, 2016 11:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour con SSL - Urgente !!!!
Replies: 25
Views: 6121

Re: smtpserver

... IP ADDRESS : could not establish connection to server de bell WSA ERROR CODE : 10060 can you held me donne la meme erreur (same error) function SendMail() local oOutMail, cIP, oOutMail1 oDlg:SetMsg( "Sending Internet email..." ) WSAStartup() * oOutMail1 := TSmtp():New( cIP := GetHostByName( ...
by richard wilson
Wed Oct 05, 2016 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: smtpserver
Replies: 5
Views: 1382

smtpserver

... successfully STAGE : ST_INIT IP ADDRESS : could not establish connection to server1.activedata.ca WSA ERROR CODE : 10060 can you held me function SendMail() local oOutMail, cIP, oOutMail1 oDlg:SetMsg( "Sending Internet email..." ) WSAStartup() * oOutMail1 := TSmtp():New( cIP := GetHostByName( ...
by richard wilson
Wed Sep 28, 2016 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: smtpserver
Replies: 5
Views: 1382

Re: A tool to send email ?

Enrico,

puedes mostrar un ejemplo de uso de sendmail() con el parametro cServer ?

Google translator :

you can show an example of using sendmail () with the parameter cServer?
by albeiroval
Mon Jun 13, 2016 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A tool to send email ?
Replies: 25
Views: 9780

Re: A tool to send email ?

Enrico,

Please you can set an example for sendmail (...), for the case of using cServer ?
by albeiroval
Mon Jun 13, 2016 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A tool to send email ?
Replies: 25
Views: 9780

Re: A tool to send email ?

... := "Uwe" LOCAL cUser := "aoluser" // adding my username LOCAL cPassword := "aolpassword" // adding my password ? SENDMAIL( cFrom, cServer, cTo, cSubject, cMessage, , cSender, cUser, cPassword ) RETURN NIL FUNCTION SENDMAIL( cFrom, cServer, cTo, cSubject, cMessage, ...
by ukoenig
Mon Jun 13, 2016 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A tool to send email ?
Replies: 25
Views: 9780

Re: Protocol pop3s

... (RFC-2047)  Encoded word extensions (RFC-2231)  Attachments Network features:  Support for IMAP, POP3 and maildir stores  Support for SMTP and sendmail transport methods  Extraction of whole message or speci c parts  TLS/SSL security layer  SASL authentication 1.3 Copyright and license VMime ...
by ukoenig
Sun May 01, 2016 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protocol pop3s
Replies: 2
Views: 714

enviar correo desde prg

saludos amigos, alguien tiene ya una rutina que funciones para enviar correo, estoy aburrido de estar probando con hb_sendmail(9, sendmail(), oEmailMsg:Send(), CreateObject( "CDO.Message" ) y ninguno funciona, gracias
by QAZWSX2K
Mon Nov 02, 2015 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar correo desde prg
Replies: 30
Views: 7801
PreviousNext

Return to advanced search