User Tag List

Results 1 to 4 of 4

Thread: Alternative method for sending email?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    FlameEX's Avatar
    Join Date
    Jul 2006
    Location
    New Jersey
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Alternative method for sending email?

    Hi everyone.

    What I'm trying it accomplish is a simple job application program. I've created the app that will save all of the questions to global strings as the user goes along, and then on the last frame, send formatted text when the application is finished mycompany@mydomain.com. I would then put it on my business website using the flash exporter (or more preferably the html exporter when it is released)

    Is there any way to send an email without having to actually log into the email account? I supposed I could access a database and save applications that way too, but I would prefer to not have any personal information in the application itself.

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    You could use the GET extension, combined with a PHP script on your server, to send the email using PHP Mail.

    ...Although, to be honest, it would probably be easier to forget MMF2 and just code the application form in HTML & PHP to begin with. You really shouldn't be using Flash for anything important like that anyway, unless there's a non-Flash version to fall back on as well.

  3. #3
    Clickteam Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Simon's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    2,735
    Mentioned
    65 Post(s)
    Tagged
    3 Thread(s)
    I agree with muddymole about using a php script and the get object to post data to it, but I couldn't disagree more about using MMF for this application... there's nothing wrong with a flash based app for this. I'm curious how you qualify that statement?

  4. #4
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Because Flash requires a plugin, which you cannot safely assume your users will have installed / enabled - especially if they're on a mobile device, such as an iPad (which doesn't even support Flash). Whenever you use Flash as an important part of a site, it should always fall back to a useable alternative if Flash is not available.
    On the other hand, creating email forms in HTML & PHP is incredibly simple and requires a minimal amount of code. There are even online drag & drop form builders you could use to generate a form without editing any code at all.

Similar Threads

  1. Sending Email or Exporting Text
    By Catastrophic in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 29th September 2013, 03:41 PM
  2. Sending email from flash app
    By EasySite in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 5th July 2011, 05:41 PM
  3. Sending an email with the message body as a grid?
    By MikeB in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 13th January 2010, 01:22 PM
  4. Sending an email using default mail client
    By DJFuego in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th January 2007, 04:56 PM
  5. Sending info to email, or web?
    By Jack_Mcphee in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 3rd December 2006, 12:48 AM

Posting Permissions

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