Page 1 of 1

Sending email

Posted: Wed May 16, 2012 1:20 am
by Twiffler
I need to know how to send a email through flash, or any other language that is easily used on the web. Flash is preferred. I am not sure were to start...

Re: Sending email

Posted: Wed May 16, 2012 2:32 am
by mandai
It would be best to send the message via your web host/POST request since this would avoid any client side firewall issues. You could use a server side script such as PHP for this.

Here is a sample: http://www.w3schools.com/php/php_mail.asp