7/27/2011 12:36:23 AM
Title:
Flex
How to forward attachment from Flex or AIR Application to email client
7/27/2011 10:55:03 AM
see this link to send email with attachment in flex actionscript 3.0
http://flex.coltware.com/2010/03/17/mail-attachements-airxmail-smtp/
7/27/2011 11:52:05 AM
Thank you but....
I made this example including this library but I have this error:
Error #2044: Unhandled ioError:. text=Error #2031: Socket Error. URL: smpt.gmail.com.
Why I can’t send email from my gmail account. ?lthough I put smtp.gamil.com in:
var sender:SMTPSender = new SMTPSender();
sender.setParameter(SMTPSender.HOST,”smtp.gmail.com”);
sender.setParameter(SMTPSender.PORT,465);
7/31/2011 8:02:38 AM
it could be some security problem . I use it on my website and do not specify any smtp it sends mail from my website only.