A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Sending Emails [AS2]

  1. #1
    Junior Member
    Join Date
    Feb 2009
    Posts
    5

    Sending Emails [AS2]

    I am basically trying to send an email to someone with some email adress, and asubject, and a body.
    I tried doing something like
    Code:
    getURL("mailto:someadress@domain.com?subject=subject&body=body");
    However, all that did was bring up my default email program(Outlook).

    I need flash to actually send an email. Please let me know if that can't be done, or if it can be done with AS3.

  2. #2
    Member
    Join Date
    Nov 2005
    Posts
    75
    ofcourse it can be done, but not from flash directly. you will need need a serverside script like ASP to do that for you.

  3. #3
    Senior Member
    Join Date
    Aug 2009
    Location
    Scotland & England
    Posts
    117
    http://www.actionscript.org/resource...PHP/Page1.html

    This should sort you out.

    Like jazz090 said, you need a serverside language as well, this tutorial is for using it alongside PHP.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center