Search found 26 matches: ato

Return to advanced search

Outlook 2010, problemi nell'invio tramite ole

... avuto lo stesso problema ed ha un sistema per bypassarlo. Questa la mia routine di invio: FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend,lUseCC,cOrigin LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante,cVar local nSelected,oDlg1 if lUseCC=NIL lUseCC:=.f. ...
by Marco Turco
Fri Feb 11, 2011 8:13 am
 
Forum: All products support
Topic: Outlook 2010, problemi nell'invio tramite ole
Replies: 0
Views: 733

Re: Doubt about define mail

The simple solution may be: DEFINE MAIL oMail; SUBJECT "teste"; TEXT "teste"; TO aTo; FROM USER Note that aRecipeints is a two-dimensional array. oMail:aRecipients[1][1] contains either the name or if 2 is nil, the address oMail:aRecipients[1][2] contains ...
by Wanderson
Thu Feb 03, 2011 2:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Doubt about define mail
Replies: 3
Views: 714

Re: Doubt about define mail

The simple solution may be: DEFINE MAIL oMail; SUBJECT "teste"; TEXT "teste"; TO aTo; FROM USER Note that aRecipeints is a two-dimensional array. oMail:aRecipients[1][1] contains either the name or if 2 is nil, the address oMail:aRecipients[1][2] contains ...
by James Bott
Thu Feb 03, 2011 2:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Doubt about define mail
Replies: 3
Views: 714

Doubt about define mail

Hi, I want to send email to all array itens: ato := {} AAdd(ato,"teste@teste.com.br") AAdd(ato,"teste1@teste.com.br") DEFINE MAIL oMail; SUBJECT "teste"; TEXT "teste"; FROM USER AADD( oMail:aRecipients, aTo ...
by Wanderson
Thu Feb 03, 2011 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Doubt about define mail
Replies: 3
Views: 714

Re: TMAIL

Marco, could you explain me the difference between 1) AADD( oMail:aRecipients, aTo ) and 2) oMail:aRecipients := aTo Only in the first case, it works. aTo is an array of arrays. For example: { {"John Doe", "john@doe.com"},; {"Jane Roe", ...
by Davide
Fri Apr 16, 2010 1:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMAIL
Replies: 2
Views: 679

TMAIL

James, could you explain me the difference between 1) AADD( oMail:aRecipients, aTo ) and 2) oMail:aRecipients := aTo Only in the first case, it works. Thanks in advance Marco #include "fivewin.ch" #include "mail.ch" function main() sendMail({"jbott@compuserve.com"},"Test ...
by MarcoBoschi
Thu Apr 15, 2010 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMAIL
Replies: 2
Views: 679

Re: Email through outlook

... the default mail client. #include "FiveWin.ch" #include "Mail.ch" FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend,lUseCC LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante,cVar local nSelected,oDlg1 if lUseCC=NIL lUseCC:=.f. ...
by Marco Turco
Tue Oct 27, 2009 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email through outlook
Replies: 7
Views: 1320

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 if cSubject=NIL cSubject:="" ...
by Marco Turco
Sat Aug 29, 2009 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FASTREPORT - MAILExport
Replies: 3
Views: 1105

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 ...
by Enrico Maria Giordano
Mon Feb 23, 2009 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send email
Replies: 5
Views: 1702

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

... suggestion and I must have some syntactical error where 7 is ST_QUIT Your suggestion : oOutMail:bFailure := { || LogFile( "mail.log", {oOutMail:aTo:[1] + " Failed"}), oOutMail:nStatus := ST_QUIT } Trying to get it to work .. unfortunitly the LogFile fires everytime good or bad ?? If logfile() ...
by James Bott
Mon Oct 06, 2008 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping SMTP e-mail error
Replies: 43
Views: 7549

... suggestion and I must have some syntactical error where 7 is ST_QUIT Your suggestion : oOutMail:bFailure := { || LogFile( "mail.log", {oOutMail:aTo:[1] + " Failed"}), oOutMail:nStatus := ST_QUIT } Trying to get it to work .. unfortunitly the LogFile fires everytime good or bad ?? What am I missing ...
by Rick Lipkin
Sun Oct 05, 2008 11:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping SMTP e-mail error
Replies: 43
Views: 7549

Rick,

Try something like this:

oOutMail:bFailure := { || LogFile( "mail.log", {oOutMail:aTo:[1] + " Failed"}), oOutMail:nStatus := ST_QUIT }

Regards,
James
by James Bott
Sat Oct 04, 2008 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping SMTP e-mail error
Replies: 43
Views: 7549

... historial de Errores",; "Aca puede escribir el mensaje", {"\HYM32\EXE\ERRORES\ERROR.DBF"}) RETURN NIL FUNC sendMail(aTo,cSubject,cMsg,aFiles) local oMail default cSubject:="" DEFINE MAIL oMail SUBJECT OemToAnsi(cSubject) TEXT OemToAnsi(cMsg) FROM USER AADD( oMail:aRecipients, ...
by MauroArevalo
Fri Jan 25, 2008 10:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: executar uma function antes do ERRSYSW ?
Replies: 9
Views: 2119

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: 10540
Next

Return to advanced search