Search found 166 matches: sendmail

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 9954
PreviousNext

Return to advanced search