8/28/2010 11:35:27 AM
Title:
How can i send mail from AIR application to Gmail?
Can any help me regarding following issue
How can i send mail from AIR application to Gmail?
Thanks in Advance
8/28/2010 12:03:27 PM
AIR application cannot send mail by itself , you need to use some server side language for that. Send the text data to server api which can be in any language like php,asp,java and that api will send mail. For sending mail same method is used whether its AIR application or flash application.