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. Should I upload the picture to a server and use php to send the mail?
Share
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