Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2004
    Posts
    20

    Sending Exe File via E-mail

    I was wondering if this is possible: I want to create an AMS application (self-contained Windows exe) which allows users to enter information into the SQLite database. One of the fields in that database would be e-mail addresses. Is it possible for the application to "mail itself", with the database, to the e-mail addresses that the current user has just entered? Thanks very much.

  2. #2
    Join Date
    May 2003
    Location
    Pendleton, Oregon
    Posts
    1,038
    First, I thought of PHP or .BAT files, both doable, but perhaps the most elegant way would be to dynamically write and execute an email link. I can’t think off the top of my head, the correct HTML syntax for adding an attachment to an email, but I know that there is a proper syntax. Maybe someone else knows.

    With AMS5, you can even zip up your attachment on send, and unzip it on receive.

  3. #3
    Join Date
    Apr 2004
    Posts
    20
    Thanks very much, Jim.

    So, if I dynamically create the email link, are you saying there's an action within AMS that will execute it? (As you can tell, I'm not yet a user, currently only evaluating it.)

    Also, do you know if the SQLite database is a separate file, or is it embedded into the EXE file?

    Again Jim, thanks very much for your time- I really appreciate it.


    Quote Originally Posted by JimS
    First, I thought of PHP or .BAT files, both doable, but perhaps the most elegant way would be to dynamically write and execute an email link. I can’t think off the top of my head, the correct HTML syntax for adding an attachment to an email, but I know that there is a proper syntax. Maybe someone else knows.

    With AMS5, you can even zip up your attachment on send, and unzip it on receive.

  4. #4
    Join Date
    Jun 2002
    Location
    Southeast USA
    Posts
    1,804
    You can always use the built-in ZIP functionality in AMS to send a compressed version via e-mail.
    Eric Darling
    eThree Media
    http://www.ethreemedia.com

  5. #5
    Join Date
    Jan 2000
    Posts
    2,002
    Another good way would be to setup an FTP server and then use the FTP plugin to upload the files that you want...

  6. #6
    Join Date
    Apr 2004
    Posts
    20

    Thanks Very Much

    Thank you all very much for your help- very much appreciated.

  7. #7
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    Quote Originally Posted by RobertL
    Thank you all very much for your help- very much appreciated.
    I guess I'll chime in here. The SMTP Send DLL on autorun.org does not allow attachments. I suppose you could encode them and send them as text, but the traditional attachment is not allowed.

    When I wrote it, it seemed to be to handy of thing for someone to possibly send an email off my machine with attachments without me ever knowing. With that in mind, I decided against attachments.

  8. #8
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728
    You could also Base64 encode the file using the Crypto plugin and include it in the email as text. (If you do a bit of research you might even write the header fields so it would be seen as an attachment.)
    --[[ Indigo Rose Software Developer ]]

Similar Threads

  1. Audio Tracks Project
    By Michael in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 03-18-2004, 10:58 PM
  2. Run a VB exe File
    By gauravbr in forum Setup Factory 6.0
    Replies: 3
    Last Post: 01-10-2004, 06:07 AM
  3. HOWTO: "Hide" Externally Referenced Files
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 03:19 PM
  4. Can search allow manual browse even if file is found?
    By RichardShaw in forum Setup Factory 5.0
    Replies: 2
    Last Post: 08-28-2000, 06:08 PM
  5. Replies: 0
    Last Post: 08-17-2000, 02:29 PM

Posting Permissions

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