Search found 86 matches: csubject

Return to advanced search

MAPI Outlook HTML TEXT

... David Infocenter If I use Outlook no I don't see the formatted text in the body but I see it as if it were normal text DEFINE MAIL oMail ; SUBJECT cSubject ; TEXT cBodyHtml ; FROM USER any suggestions other than using another email program? :D by by marco
by MarcoBoschi
Mon Feb 26, 2024 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook HTML TEXT
Replies: 10
Views: 513

Re: eMail with html

... = NULL; // <-- set to null --- as TEXT point to lpszNoteText try NIL or NULL DEFINE MAIL [<oMail>] ; [ SUBJECT <cSubject> ] ; [ TEXT <cText> ] ; [ TYPE <cType> ] ; and add a HTML as Attachment
by Jimmy
Sun Sep 24, 2023 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMail with html
Replies: 2
Views: 257

Re: Ejemplo de mail sin intervención del usuario

hi, MAIL have more Option like ORIGIN or FROM USER DEFINE MAIL [ <oMail> ]; [ SUBJECT <cSubject> ]; [ TEXT <cText> ]; [ TYPE <cType> ]; [ DATE <dDate> ]; [ TIME <cTime> ]; [ CONVERSATION <cConversation> ]: [ RECEIPT ]; [ FROM USER ...
by Jimmy
Fri Sep 15, 2023 1:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de mail sin intervención del usuario
Replies: 3
Views: 208

Enviar Correos CDO con fwh2307

... oMsg := CREATEOBJECT ( "CDO.Message" ) WITH OBJECT oMsg :Configuration = oCfg :From = cFrom :To = cTo :CC = cCC :BCC = cBCC :Subject = cSubject :TextBody = cMsg For x := 1 To Len( aAttach ) if aAttach[x] <> NIL :AddAttachment(AllTrim(aAttach[x])) endif Next :Send() END WITH lRet ...
by EASYSOFT
Mon Aug 21, 2023 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar Correos CDO con fwh2307
Replies: 15
Views: 857

Re: Acentos al enviar email

Buenas Yo lo resolvi asi cTo := "pablo.diseno@toimsa.es" cOther := "" cCC := "" cSubject := AnsiToOem("Imágenes no encontradas para WEB") cBody := "Muy buenas," + chr(13) +; AnsiToOem("Adjunto listado de referencias cuyas ...
by juanjogascem
Fri Jul 21, 2023 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acentos al enviar email
Replies: 6
Views: 360

Re: New Fivewin with new PDF

... cUserName := "Shipping@mycompany.com" Local cPassWord := "mypassword" Local cFrom := "Shipping@mycompany.com" Local cSubject := DtoC( Date() ) + "-" + Time() + ", SPF Test for EMail" Local cToAddr := "byron.hopp@gmail.com" Local cCC := ...
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

Envio de Correo con Archivos adjuntos

... = "C:\Program Files\Mozilla Thunderbird\thunderbird" cCommand = cCommand + " -compose " + "subject=" + Chr(34) + cSubject + Chr(34) + "," cCommand = cCommand + "to=" + Chr(34) + cTo + Chr(34) + "," cCommand = cCommand + "body=" ...
by servicomver
Thu Mar 03, 2022 11:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de Correo con Archivos adjuntos
Replies: 3
Views: 326

Duda Correo Thunderbird

... = "C:\Program Files\Mozilla Thunderbird\thunderbird" cCommand = cCommand + " -compose " + "subject=" + Chr(34) + cSubject + Chr(34) + "," cCommand = cCommand + "to=" + Chr(34) + cTo + Chr(34) + "," cCommand = cCommand + "body=" ...
by servicomver
Mon Nov 29, 2021 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 747

Re: Send EMail Within FW Appplication....

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

Re: Send EMail Within FW Appplication....

... 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 return message : "Unsent message check ...
by RiazKhan
Tue Jun 08, 2021 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3084

Re: New FTDN December 2019 (FWH 19.12)

... con xHarbour. Corregido. * Clae FWPDF: Nuevas DATAs para almacenar imformación de METADATOS en el fichero pdf: cAuthor,cCreator,cTitle,cSubject lTimeStamp (por defectp .T.) almacena la fecha y hora de creación oCreator puede ser una cadena de caracteres o un valor lógico. Si es .T., ...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

New FTDN December 2019 (FWH 19.12)

... CLASS: Compatibility with xHarbour: fixed * FWPDF class: New datas added to store METDATA information in the pdf. cAuthor,cCreator,cTitle,cSubject lTimeStamp (default .T.) stores the creation date time cCreator can be a character string or a logical .T.. If .t., the name of the exe without ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

Re: METADATA

In addition to cPassWord, cOwnerPassword, nPermssion, FWH1910 adds some more new DATAs to FWHPDF class:
cAuthor, cCreator, cTitle, cSubject, lTimeStamp and if specified these values will be saved as METADATA in the PDF.
by nageswaragunupudi
Fri Nov 29, 2019 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METADATA
Replies: 3
Views: 771

TMail Class

... to set sender field ... LOCAL aSend := { "m.boschi@marcoboschi.it" , "info@marcoboschi.it" } ... DEFINE MAIL oMail ; SUBJECT cSubject ; FROM USER ; TEXT cText ... oMail:aOrigin := aSend ... ACTIVATE MAIL oMail Is it correct? Many Thanks Marco
by MarcoBoschi
Mon Oct 10, 2016 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMail Class
Replies: 3
Views: 917

Re: A tool to send email ?

... cServer := "smtp.de.aol.com" LOCAL cTo := "esckoenig@aol.com" // my email for testing the mailbox for incomming emails LOCAL cSubjeCt := "Test" LOCAL cMessage := "Test" LOCAL cSender := "Uwe" LOCAL cUser := "aoluser" // adding my username ...
by ukoenig
Mon Jun 13, 2016 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A tool to send email ?
Replies: 25
Views: 9673
Next

Return to advanced search