Search found 86 matches: csubject

Return to advanced search

Re: FASTREPORT - MAILExport

... InteractiveMessage("","","",aFiles,.f.) return("") FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante if lDirectSend=NIL lDirectSend:=.f. endif ...
by Marco Turco
Sat Aug 29, 2009 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FASTREPORT - MAILExport
Replies: 3
Views: 1109

Re: enviar emails desde fwh

... o varios separados con comas) cAttach := PadR( "c:\fwh\bitmaps\fivewin.bmp", 180 ), ;// archivo anexo (uno o varios separados con comas) cSubject := Space( 60 ), ; // asunto cBody := Space( 500 ), ; // cuerpo del mensaje nPort := 25, ; // puerto usado por el servidor de correo cUser := ...
by FranciscoA
Wed Feb 25, 2009 2:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar emails desde fwh
Replies: 44
Views: 21085

Re: Send email

Try: FUNCTION HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer, nPriority, lRead, lTrace, lPopAuth, lNoAuth, nTimeOut, cReplyTo ) /* cServer -> Required. IP or domain name of the mail server nPort -> ...
by Enrico Maria Giordano
Mon Feb 23, 2009 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send email
Replies: 5
Views: 1733

Re: Linux using the SENDMAIL script?

****************************************************************** Function SendMail(cNameFrom,cFrom,cNameTo,cTo,cBcc,cSubject,cText) ****************************************************************** Local cTxt If Empty(cNameFrom) ; cNameFrom:="" ; Endif If Empty(cFrom) ...
by Davide
Wed Dec 31, 2008 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Linux using the SENDMAIL script?
Replies: 1
Views: 463

... := { || oOutMail:nStatus := 7 } oOutMail:SendMail( cFROM,; // From { cTO },; //, cPMOEMAIL, cSPOEMAIL },; // To cMESSAGE,; // Msg Text cSUBJECT,; {"C:\DBTMP\PROJINFO.BAT"},; // attachment aCC, ; // cc { }, ; // bc .F., ; // no return receipt NIL ) // not html
by Rick Lipkin
Mon Dec 08, 2008 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsmtp ( again )
Replies: 3
Views: 1417

Tsmtp ( again )

... := { || oOutMail:nStatus := 7 } oOutMail:SendMail( cFROM,; // From { cTO },; //, cPMOEMAIL, cSPOEMAIL },; // To cMESSAGE,; // Msg Text cSUBJECT,; {"C:\DBTMP\PROJINFO.BAT"},; // attachment aCC, ; // cc { }, ; // bc .F., ; // no return receipt NIL ) // not html Here is tsmtp class code ...
by Rick Lipkin
Mon Dec 08, 2008 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsmtp ( again )
Replies: 3
Views: 1417

MAPI Mail Syntax: DEFINE MAIL [ <oMail> ]; [ SUBJECT <cSubject> ]; [ TEXT <cText> ]; [ TYPE <cType> ]; [ DATE <dDate> ]; [ TIME <cTime> ]; [ CONVERSATION <cConversation> ]: [ RECEIPT ]; [ FROM USER ]; [ FILES <cFilename1> ...
by James Bott
Fri Dec 05, 2008 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange error while quitting application
Replies: 22
Views: 3427

Enviar email sin outlook

... 'suisrm@mas-suis.com.ar','ana1234','mail.mas-suis.com.ar',3,.F.,.F.,.T.) * FUNCTION luizSendMail( cServerIP, nPort, cFrom, aTo, cMsg, cSubject, aFiles,cUser, cPass, cPopServer, nPriority, lRead, lTrace ,lPopAuth) Saludos, Daniel Puente Marchione Sistemas Puerto Santa Cruz, Argentina ...
by DanielPuente
Fri Nov 21, 2008 4:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar mail sin outlook
Replies: 10
Views: 2058

... "Fivewin.ch" STATIC hLib function invia() cFrom:="customers@softwarexp.co.uk" cServer:="mail.softwarexp.co.uk" cTo:="m.turco@softwarexp.co.uk" cSubjeCt:="Richiesta di assistenza" cMessage:="Problema generale di contabilit…" cSender:="Studio amministrativo" cUser:="customers@softwarexp.co.uk" ...
by Marco Turco
Wed Oct 01, 2008 8:18 am
 
Forum: All products support
Topic: Inviare un'email
Replies: 13
Views: 3804

... fnzioni dll. Ecco il codice leggermente semplificato che mi da l'errore. Qualche idea ? Grazie. Marco FUNCTION SENDMAIL( cFrom, cServer, cTo, cSubject, cMessage, aAttach, cSender, cUser, cPassword, aCc, lHtml, cPort ) LOCAL cMsgFile := "test.txt" LOCAL cCmd := "SndMail -f " + cFrom + " -X ...
by Marco Turco
Tue Sep 30, 2008 6:50 pm
 
Forum: All products support
Topic: Inviare un'email
Replies: 13
Views: 3804

OLE GPF

... hAppItem, "StartTime", cTime + ":00" ) SET CENTURY ON OLESetProperty( hAppItem, "Duration", nLenInMin * 60 ) OLESetProperty( hAppItem, "Subject", cSubject ) OLESetProperty( hAppItem, "Body", cNotiz ) OLESetProperty( hAppItem, "Mileage", 225 ) OLEInvoke( hAppItem, "Save" ) hAppItem := NIL hOutlook ...
by cdmmaui
Tue Sep 02, 2008 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE GPF
Replies: 15
Views: 3474

Genetating an array of cc addresses to Pass thru Tsmtp

... } oOutMail:bDone = { || oWndMdi:SetMsg( "Message sent successfully" ) } oOutMail:SendMail( cFROM,; // From { cTO },; // To cMESSAGE,; // Msg Text cSUBJECT,; {"C:\DBTMP\PROJINFO.BAT"},; // attachment aCC, ; // cc array <-- BLOWS HERE { }, ; // bc .F., ; // no return receipt NIL ) // not html ...
by Rick Lipkin
Sun Aug 17, 2008 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Genetating an array of cc addresses to Pass thru Tsmtp
Replies: 2
Views: 709

Tsntp ( attachments )

... "Message sent successfully" ) } oOutMail:SendMail( cFROM,; // From { cTO },; //, cPMOEMAIL, cSPOEMAIL },; // To cMESSAGE,; // Msg Text cSUBJECT,; {"C:\DBTMP\PROJINFO.BAT"},; // attachment { cSPOEMAIL, cPMOEMAIL }, ; // cc { }, ; // bc .F., ; // no return receipt NIL ) // not html SysReFresh()
by Rick Lipkin
Thu Jul 31, 2008 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsntp ( attachments )
Replies: 14
Views: 3119

Problema para enviar e-mail

... function main() local oWnd define window oWnd activate window oWnd on init doit() return nil function doit() local oMail,aCustomer:={} local cSubject:="Prueba" local cMessage:="Prueba de envio de e-mail" aadd(aCustomer,"dbarrio@jla.com.ar") DEFINE MAIL oMail; SUBJECT cSubject; TEXT cMessage ...
by dobfivewin
Sat Jul 19, 2008 1:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema para enviar e-mail
Replies: 2
Views: 759

TestSmtp

... oDLG1 ) LOCAL oRsUser, cSQL, oERR, SAYING, oRsOwn LOCAL cHOST, cUSEREID, cPMNAME, cPMEMAIL, cPMONAME, cPMOEMAIL LOCAL oOutMail, cIP, cFROM, cTO, cSUBJECT, cMESSAGE xLOGIN := WNetGetUser() // FiveWin function xLOGIN := UPPER( xLOGIN ) xLOGIN := xLOGIN+SPACE(8) xLOGIN := SUBSTR(xLOGIN,1,8) SAYING ...
by Rick Lipkin
Tue Jul 08, 2008 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestSmtp
Replies: 6
Views: 1617
PreviousNext

Return to advanced search