Closed Thread
Results 1 to 3 of 3

Thread: eMail-2-DB

  1. #1
    Moderator ashben is an unknown quantity at this point ashben's Avatar
    Join Date
    Oct 2000
    Posts
    746
    How may I design a solution to store e-mails "directly" to the mySQL DB? So, if someone sends an e-mail at test@123.com then the mail is transparently stored to the mySQL DB/table in a text/memo field.
    Independent IT Professional
    Development, Integration, Designing
    www.ashben.com

  2. #2
    Moderator ashben is an unknown quantity at this point ashben's Avatar
    Join Date
    Oct 2000
    Posts
    746
    When I said "directly", I meant a seamless integration between the mail server and database server.
    Independent IT Professional
    Development, Integration, Designing
    www.ashben.com

  3. #3
    Member Jerry is an unknown quantity at this point
    Join Date
    Nov 2000
    Location
    CA, USA
    Posts
    72
    well.. i'm not really sure how to do it myself.. but here is what other scripts do..

    alias mail.. from solutionscripts.com
    uses procmail to send the email to a program to be processed.. i've tried procmail before and not sure how to use it.. also they allow .forward files which may be what you are looking for.. find information about it.. it allows piping incoming email to a program..

    gossamer mail.. from gossamer-threads.com
    uses a pop3 account and crontab and checks the pop3 account every once in awhile using crontab and a perl program.. reads email and puts it into a mysql database..

    those are both web based email scripts..

Closed Thread

Bookmarks

Posting Permissions

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