FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TSmtp y XML can't send !!
Posts: 189
Joined: Mon Nov 07, 2005 07:36 PM
TSmtp y XML can't send !!
Posted: Wed Dec 20, 2006 09:11 PM

Hi.
I can't send an email with XML attach via stmp ( standard or modified ).
Exists any restriction ?
For my is very urgent ....

tnks.

Julio Gonzalez V.

RANDOM S.A.

SISTEMICA S.A.
Posts: 189
Joined: Mon Nov 07, 2005 07:36 PM
TSmtp y XML can't send !!
Posted: Wed Dec 20, 2006 09:38 PM
      WSAStartup()
      oMail := TSmtp():New( GetHostByName( cServidorDeCorreos ) )

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

RANDOM S.A.

SISTEMICA S.A.

Continue the discussion