Flex/AIR: Sending email with embedded image.. how?

后端 未结 2 1729
广开言路
广开言路 2020-12-17 06:16

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

2条回答
  •  独厮守ぢ
    2020-12-17 06:40

    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

提交回复
热议问题