Search found 10 matches: cmail

Return to advanced search

Re: email with CDO and attachment

... is another mail option (CDO, this one and MAPI) I will look into CDO. if empty(cFile) DEFINE MAIL oMail ; SUBJECT oRsEmail:header; TEXT cText; TO cMail else DEFINE MAIL oMail ; SUBJECT oRsEmail:header; TEXT cText; FILES cFile, cFile ; TO cMail endif ACTIVATE MAIL oMail For me automatic is when ...
by Marc Venken
Mon May 07, 2018 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: email with CDO and attachment
Replies: 12
Views: 2363

Re: email with CDO and attachment

Is mailing with CDO a better way than with :

DEFINE MAIL oMail ;
SUBJECT oRsEmail:header;
TEXT cText;
FILES cFile, cFile ;
TO cMail

Just Curious...
by Marc Venken
Mon May 07, 2018 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: email with CDO and attachment
Replies: 12
Views: 2363

Re: Rpreview Mail

thanks Enrico,
can I set some values into my application as defines ?

the user have

cMail,
cSubJect,
cMessage_body
cFile
by Silvio.Falconi
Wed Jan 21, 2015 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview Mail
Replies: 5
Views: 901

Re: consulta

amigo prueba asi

cMail:="prueba@gmail.com"
REDEFINE BTNBMP oMail ID 300 OF oDlg RESOURCE "Email" NOBORDER;
TOOLTIP "Redactar mensaje..." ;
ACTION ShellExecute(ownd:hwnd,"Open","MailTo:"+cMail,Nil,Nil,1)

Saludos
by jbrita
Tue Sep 11, 2012 12:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: consulta
Replies: 4
Views: 921

Re: clase tpdf

... el documento manualmente, y luego la envían por mail en lotes. En el caso de los otros pdf al crearlo por código es rapidísimo y al poner correo(cMail,,("Enviamos resumen de cuenta desde " + transform(dresult[1],"@d") + " hasta " + transform(dresult[1],"@d") ...
by surGom
Wed Jun 15, 2011 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase tpdf
Replies: 10
Views: 3537

Re: clase tpdf

Buenos días surGom, observo en el código que luego de generar el pdf lo envías por mail. if !empty(cmail) correo(cMail,,("Enviamos resumen de cuenta desde " + transform(dresult[1],"@d") + " hasta " + transform(dresult[1],"@d") ),"Resumen ...
by leondefrancia
Wed Jun 15, 2011 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase tpdf
Replies: 10
Views: 3537

... Antonio, ahora me da un error de sistema. Ahora tengo que irme pero mañana volvere. Siento darte la lata, pero necesito hacer esto. HB_SendMail( cMail,{cFile},, ; "Mensaje de error generado por el sistema", ; "Incos","wmormar@yahoo.com.mx", ; cUsuario, ; cClave, ; cSmtp,,lAutentifica,nSegundos ...
by wmormar
Tue Nov 06, 2007 1:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10805

Antonio, ahora me da un error de sistema. Ahora tengo que irme pero mañana volvere. Siento darte la lata, pero necesito hacer esto. HB_SendMail( cMail,{cFile},, ; "Mensaje de error generado por el sistema", ; "Incos","wmormar@yahoo.com.mx", ; cUsuario, ; cClave, ; cSmtp,,lAutentifica,nSegundos ...
by jmua
Mon Nov 05, 2007 6:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10805

Re: que sirva

... oHoja, "Cells", nRow, 2 ), "Value" ) If Valtype( cCCC) = "U" cCCC := "00000000000000000000" EndIf cccc := Upper( cccc ) Traza(1, "cccc=", cccc ) cmail := OleGetProperty( OleGetProperty( oHoja, "Cells", nRow, 3 ), "Value" ) If Valtype( cmail) = "U" cmail := Space(1) EndIf cmail := Upper( cmail ...
by QAZWSX2K
Mon Jul 17, 2006 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CLASE OLE PARA 16 Y 32 BITS
Replies: 5
Views: 1631

Re: que sirva

... oHoja, "Cells", nRow, 2 ), "Value" ) If Valtype( cCCC) = "U" cCCC := "00000000000000000000" EndIf cccc := Upper( cccc ) Traza(1, "cccc=", cccc ) cmail := OleGetProperty( OleGetProperty( oHoja, "Cells", nRow, 3 ), "Value" ) If Valtype( cmail) = "U" cmail := Space(1) EndIf cmail := Upper( cmail ...
by FiveWiDi
Fri Jul 14, 2006 10:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CLASE OLE PARA 16 Y 32 BITS
Replies: 5
Views: 1631

Return to advanced search