Results 1 to 5 of 5

Thread: app user sending me an email

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2003
    Location
    Devon - UK
    Posts
    214

    app user sending me an email

    My app needs the user to send me an email.

    How can they do this if they only use web mail and therefore haven't specified a default mail service?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: app user sending me an email

    SMTP perhaps...

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Apr 2003
    Location
    Devon - UK
    Posts
    214

    Re: app user sending me an email

    But would someone with a GMAIL account for instance know enough detail to be able to supply the info required for the smtp client address/port etc?

  4. #4
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    Re: app user sending me an email

    They are going to have to enter their own details.

    The only alternative I can think of is to setup your own email account that you put the details into the application, so it sends you an email from your own account. If the account details needed to be changed, then so would your app. You could work around this by supplying a secure config file that your app reads for login details, and redistrubute that file if needed.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Apr 2003
    Location
    Devon - UK
    Posts
    214

    Re: app user sending me an email

    I tried sending to my own email account but the server blocks it :-

    http://www.spamhaus.org

    I thought this was going to be simple along with detecting the user email client but .......

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