I\'m making a Flex AIR application that will produce a giftcard from a webcam picture. This giftcard needs to be sent in an e-mail to a recipient provided in the program. Sh
You could try using SMTP Mailer, an ActionScript library for SMTP. It supports attachments, so it should meet your needs.
http://www.bytearray.org/?p=27