Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2006
    Posts
    2

    Grin Non-client dependent method of sending attachment

    Hoping to have some help with passing a file across the web.

    I am newbie level and have searched a bit in the knowledge base for keywords I understand. But no avail as yet.

    Basically, our AMS 60 project is tracking user clicks all over the program and storing this "log" in a txt file on the user's _TempFolder. At the end of the program they are directed to an evaluation page in AMS 60 and given the option to send us their opinion as well as the log we have been creating in runtime.

    Sending the answers to their opinion questions is working great...getting the email attachment or any other method of passing the log to us is not working out. :(

    Used xSMTP method with a dll, worked great and thought we were there. Until we discovered it only works when the user has an email client configured on their machine. So if they only use hotmail or other web-only email, they are told they can't submit the file without configuring a client. (That is over most of our user's heads and too many variables)

    Tried mail.php with HTTP.Submit as some users suggested for a similar person, but even with success message appearing in AutoPlay, I don't receive the email.

    Any direction for a wayward soul?

  2. #2
    Join Date
    Oct 2002
    Location
    RealFake, RF
    Posts
    403
    Hmmmm...not sure, as the realm outside of AMS is unclear to me. Worm helped me out with a similar project a few years ago...wow...a few years ago...anyways, I just wanted to send some hope your way that there are peeps here that will be able to help...
    "White-colla-AMS-gangsta."

  3. #3
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    You could use xSMTP using your SMTP server. That way the user never has to configure anything and will not need an email service. You could just hardcode in the SMTP server info. This way you have full control.
    Dermot

    I am so out of here

  4. #4
    Join Date
    Mar 2006
    Posts
    2
    Thanks guys.

    Tried the xSMTP way. That was the one that worked from our offices just as easily as you describe, but from an off-site user's computer without a pre-configured email client on the machine. Not a working option.

  5. #5
    Join Date
    Dec 2002
    Posts
    27
    Use Blat.dll (http://www.geocities.com/toby_korn/blat/). I use it on several projects, ~ 20.000 deployments, it works on all Windows platforms (95-Vista).

    Best regards,

    Blaz

  6. #6
    Join Date
    Oct 2005
    Location
    MI
    Posts
    524
    If you have a website, you could put a CGI or PHP form out there and then have your AMS application use the HTTP.Submit() action to post that data to the web page. There are several PHP savvy users in this forum that might be willing to help you put such a page together if you are not familiar with server side coding...


    hth
    Yeah right. Who's the only one here who knows the illegal ninja moves from the government?

    ()))))))))o)))))))==============================================

  7. #7
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Tried the xSMTP way. That was the one that worked from our offices just as easily as you describe, but from an off-site user's computer without a pre-configured email client on the machine. Not a working option.
    But if it is using your server to send through, they don't need an email service, just internet access. They would only need an email service if they had to configure it to send through their service. I know this works because I have apps that send emails back to me using xSMTP and my server.
    Dermot

    I am so out of here

  8. #8
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    its worked for me too.

    Issues I had were to be sure that my smtp server would allow the send from a remote IP. Usually need smtp authentication. Other issues I ran into were firewalls stopping my app from sending the email.

  9. #9
    Join Date
    Dec 2003
    Posts
    891
    You can put your SMTP account info in a database and encrypt the string data. Then just call that data and decrypt it when needed. The user can't see it.
    I use this method all the time for the xSMTP and for FTP uploads.

  10. #10
    Join Date
    May 2006
    Posts
    5,380
    yes, i am using xSMTP in one of my upcoming projects, it is very to use and has proved to be very reliable, infact i use it a lot in a little app i made myself to sent stuff to my googlemail account

    a must have addon for ams and a big bouns to get it free with xDialog, Thanks Again Dermot
    Open your eyes to Narcissism, Don't let her destroy your life!!

Similar Threads

  1. Sending Email with Subject, Body and Attachment Filled In
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-24-2003, 01:30 PM
  2. FYI: Browser object "get" form method wont work Client served in IE4
    By kpsmith in forum AutoPlay Media Studio 4.0
    Replies: 4
    Last Post: 12-27-2002, 09:12 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