You will have to write (or search for) an Actionscript implementation of the
SMTP protocol. You should check out the specs of the protocol in order write
it.

Normal steps are:

1. create a socket connection to the smtp server
2. write the HELO command to the socket
3. perform any needed action.

The biggest problem you will run in to, is that most SMTP server only accept
connections from a certain IP ranges.

Greetz Erik



On 9/26/06, Rogerio Gonzalez <[EMAIL PROTECTED]> wrote:



Hi all,

   3. communicate directly with an SMTP server to send the xml
>


How to do this ?

Rogerio




Reply via email to