data from email

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bryan

    #1

    data from email

    Anyone know how to pull data from an email? I'd like to add information from
    an email in the following format to a database.

    Thanks for any help...

    Example of data in an email:

    Name: Joe Smith
    Email: joe@smith.com
    Phone: 512-555-1212
    City: Austin
    State: TX


  • Nico

    #2
    Re: data from email

    Bryan wrote:
    Anyone know how to pull data from an email? I'd like to add information from
    an email in the following format to a database. [...]
    Search for imap on php.net

    Comment

    • Colin McKinnon

      #3
      Re: data from email

      Bryan wrote:
      Anyone know how to pull data from an email? I'd like to add information
      from an email in the following format to a database.
      >
      You're not going to very helpful answers without saying what platform you're
      running on, where the email is (on a POP server? a Unix mailDir file? An MS
      Outlook file...somewher e else?).
      Example of data in an email:
      >
      Name: Joe Smith
      Email: joe@smith.com
      Phone: 512-555-1212
      City: Austin
      State: TX
      And how will it be encoded? inline 7-bit text? Inline Mime text? Attached
      Mime HTML? Something else....

      C.

      Comment

      Working...