A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: mail through flash interface

  1. #1
    GugZ
    Join Date
    Nov 2000
    Location
    INDIA
    Posts
    36

    mail through flash interface

    hi

    i need to have a flash interface where i can send mail from it.
    its like this.
    i have my buddy's list which i am displaying from a database with their details like address, bday, phone number and email id.
    now i have made the email id as a button.
    when i click this i want to mail the particular person.
    presently i am having the mailto code with the email id from the database which opens up the outlook express to mail, but i would like to have a MC appearing on clicking, with my friend's name and email id where i will add the subject and content.
    some thing like this.
    i get the name and mail id from the database.
    now i will have input box for subject and content to fill with submit button.


    I have designed the form like this in flash, i am actually using ASP.
    my ASP programming is medium.

    now can anybody can help me in doing this.
    Any help is greatly appreciated.

    thanks
    GugZ
    INDIA.
    The Me I See Is The Me I Will Be

  2. #2
    Member
    Join Date
    Aug 2001
    Location
    Hawaii
    Posts
    64
    Just a suggestion. Try searching the forum first next time. Here is a post I replied to a few days ago. Hope this helps you.

    http://www.flashkit.com/board/showth...hreadid=441965

    light4u
    Design & Marketing
    http://www.dreamteammedia.com

  3. #3
    GugZ
    Join Date
    Nov 2000
    Location
    INDIA
    Posts
    36
    hi light4u

    i checked the link you have given but i dont think that will help my purpose.

    i think its the opposite of what i require.

    now i have bulleted the things i require to make it clear.

    * My application is an Intranet application running from a local DSN(IIS).

    * I want to send mails to anybody, it may be some x@abc.com(any individual any mailserver).

    * To remind you, now I have a mailto command suffixed with the concerned person's mail id in a button which invokes MICROSOFT OUTLOOK to send the mail.

    * I dont want that, i need a clip to show up from i mail people.

    Hope I am clear this time around.

    help me out if you can.

    thanks
    GugZ
    INDIA.
    The Me I See Is The Me I Will Be

  4. #4
    Member
    Join Date
    Aug 2001
    Location
    Hawaii
    Posts
    64
    ok,
    I tested this and it works.
    This will allow you to send to any email address you want.

    http://www.flash-db.com/SendMail/
    Design & Marketing
    http://www.dreamteammedia.com

  5. #5
    GugZ
    Join Date
    Nov 2000
    Location
    INDIA
    Posts
    36
    hi light4u

    i think you got me what i want i will try and let you know

    thanks

    GugZ
    INDIA
    The Me I See Is The Me I Will Be

  6. #6
    GugZ
    Join Date
    Nov 2000
    Location
    INDIA
    Posts
    36
    Hi light4u
    My application is an intranet application. so it will be running from a local server only.

    I am using ASP
    I tested downloading the files from the link you have given but still I am not seeing success.
    I think the code below I have pasted below is the problem.
    Can you clear me and solve this problem. Please


    Mailer = Server.CreateObject("SMTPsvg.Mailer")
    Mailer.RemoteHost = "mail.innerhost.com"
    Mailer.FromName = FirstName
    Mailer.FromAddress = Email
    Mailer.AddRecipient strName, strEmail
    Mailer.Subject = (strSubject)
    Mailer.BodyText = strBody


    thanks
    GugZ
    INDIA
    The Me I See Is The Me I Will Be

  7. #7
    Registered User Bzdero's Avatar
    Join Date
    Feb 2001
    Location
    Split, Croatia
    Posts
    488
    I have the same problem, but i don't think it is inside your (our) asp script. I noticed that when i am using standalone player everything is working, but when inside browser (swf alone or inside html) form is not working. I don't know yet what is it about, btu i think it may be someting with proxy or something....
    Keep looking this forum in next few days and i think we will find sollution

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