Page 1 of 1

TSmtp y XML can't send !!

Posted: Wed Dec 20, 2006 9:11 pm
by dbzap
Hi.
I can't send an email with XML attach via stmp ( standard or modified ).
Exists any restriction ?
For my is very urgent ....

tnks.

Posted: Wed Dec 20, 2006 9:38 pm
by dbzap

Code: Select all


      WSAStartup()
      oMail := TSmtp():New( GetHostByName( cServidorDeCorreos ) )

      oMail:bDone := {|| MsgBeep() }
      oMail:SendMail( cFrom,;           // From
                      { cTo, cFrom },;       // To
                      cText,;           // Msg Text
                      cAsunto,;         // Subject
                      { cAdjunto, cAdjuntoTxt } )