i wanted to know that using actionscript, is it possible to send email and create a front end in flashbuilder 4(flex),
everywhere i see php being used for mails, is it possible?
i wanted to know that using actionscript, is it possible to send email and
Share
Ideally if you are writing an AIR application, you go for some of the libraries mentioned in above answers and send mails directly form flex. For security reasons it is always a better idea to send mails form the server side component for web based flex applications. SMTP is not secure and there are many security holes for hackers if you directly send the content over to mail server from clients browser using Flex or any other method, more over flex might not allow you to do some of the cross server interactions (be prepared to face them)