Search found 51 matches: cfrom

Return to advanced search

Tsmtp ( again )

... ) } oOutMail:bDone := { || oWndMdi:SetMsg( "Message sent successfully" ) } oOutMail:bFailure := { || oOutMail:nStatus := 7 } oOutMail:SendMail( cFROM,; // From { cTO },; //, cPMOEMAIL, cSPOEMAIL },; // To cMESSAGE,; // Msg Text cSUBJECT,; {"C:\DBTMP\PROJINFO.BAT"},; // attachment aCC, ; // cc ...
by Rick Lipkin
Mon Dec 08, 2008 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsmtp ( again )
Replies: 3
Views: 1415

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 ...
by DanielPuente
Fri Nov 21, 2008 4:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar mail sin outlook
Replies: 10
Views: 2057

... fare i test e funziona correttamente con outlook. Ho dimenticato qualcosa secondo te ? ------ #include "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 ...
by Marco Turco
Wed Oct 01, 2008 8:18 am
 
Forum: All products support
Topic: Inviare un'email
Replies: 13
Views: 3795

... sulle definizioni delle 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 ...
by Marco Turco
Tue Sep 30, 2008 6:50 pm
 
Forum: All products support
Topic: Inviare un'email
Replies: 13
Views: 3795

Genetating an array of cc addresses to Pass thru Tsmtp

... = { || oWndMdi:SetMsg( "Connected" ) } 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 { }, ...
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 )

... = { || oWndMdi:SetMsg( "Connected" ) } oOutMail:bDone = { || oWndMdi:SetMsg( "Message sent successfully" ) } oOutMail:SendMail( cFROM,; // From { cTO },; //, cPMOEMAIL, cSPOEMAIL },; // To cMESSAGE,; // Msg Text cSUBJECT,; {"C:\DBTMP\PROJINFO.BAT"},; // attachment { cSPOEMAIL, ...
by Rick Lipkin
Thu Jul 31, 2008 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsntp ( attachments )
Replies: 14
Views: 3089

TestSmtp

... Func _AddUM( 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) ...
by Rick Lipkin
Tue Jul 08, 2008 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestSmtp
Replies: 6
Views: 1613

Antonio.
Evio esto:
HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer,nPriority, lRead, lTrace, lPopAuth)
Este es el error:
Error: Unresolved external '_HB_FUN_HB_SENDMAIL' referenced from D:\EMAILS\MYOBJ\PRINCIPAL.OBJ

Gracias
by jmua
Mon Nov 05, 2007 9:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10613

HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer,nPriority, lRead, lTrace, lPopAuth) Where: cServer -> Required. IP or domain name of the mail server nPort -> Optional. Port used ...
by FiveWiDi
Thu Nov 01, 2007 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10613

HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer,nPriority, lRead, lTrace, lPopAuth) Where: cServer -> Required. IP or domain name of the mail server nPort -> Optional. Port used ...
by Antonio Linares
Thu Nov 01, 2007 12:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10613

... at the examples .. also take a look at adordd.ch and adordd.prg. Here is a quick sample of using AdoRdd in opening a ms sql table .. Rick Lipkin cFROM := "WEBDB02" cUSER := "drugcontroluser" cPSW := "r2x6j3q4" cDBF := "DRUGCONTROLtest" cTABLE := "USERINFO" TRY SELECT 1 USE (AllTrim(cDbf)) VIA ...
by Rick Lipkin
Wed Aug 22, 2007 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xharbour and .net
Replies: 13
Views: 6080

ADORDD no Site

Como posso fazer para usar o adordd para buscar a tabela em meu site: onde estou errando? cFROM := "www.bazevani.com.br/dados/" cUSER := "bazevani" cPSW := "karol139700" cDBF := "oferta" cTABLE := "ofertas" SELECT 1 USE (AllTrim(cDbf)) VIA "ADORDD" TABLE AllTrim(cTable) ...
by ronaldo
Fri Jun 01, 2007 6:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADORDD no Site
Replies: 4
Views: 1600

Re: Copy File

Wanderson wrote:Hi,
How i can copy files to another folder like a dos COPY *.DBF C:\BACKUP?

Thanks.


use copyfile(cfrom, cto, lShowDialog)

Regards, Norbert
by NK
Fri May 25, 2007 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy File
Replies: 1
Views: 597

... HBITMAP, WORD, WORD ); void DrawGrayed( HDC, HBITMAP, int, int ); void RectDisable( HDC, LPRECT); void DegardeFill( HDC hDC, RECT * rori, COLORREF cFrom, COLORREF cTo, int nDegType ) ; void DegradColor( HDC hDC, RECT * rori, COLORREF cFrom, COLORREF cTo, int nDegType, int iRound ) ; //----------------------------------------------------------------------------// ...
by saviotti
Fri May 18, 2007 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9857

... Security=SSPI;Data Source=EMAG\Emag;Initial Catalog=Ecmp", adOpenForwardOnly, adLockOptimistic ) //--- Source is the IP or DNS name of the server cFROM := "EMAG\Emag" // not a servername .. looks like a folder No, it is a server name. Please note that the above connection string works just fine ...
by Enrico Maria Giordano
Mon May 14, 2007 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 103322
PreviousNext

Return to advanced search