Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Save mails to database

Explorer ,
Sep 03, 2008 Sep 03, 2008

Copy link to clipboard

Copied

Hi,

Is there a way to save incoming & uitgoing mails to a database? I'm trying to create an online support service (with support tickets), and it would be helpfull if the mails were stored in a database so I can see which client sent what mail.
TOPICS
Server side applications

Views

196
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 03, 2008 Sep 03, 2008

Copy link to clipboard

Copied

LATEST

> Is there a way to save incoming & uitgoing mails to a database? I'm trying
> to
> create an online support service (with support tickets), and it would be
> helpfull if the mails were stored in a database so I can see which client
> sent
> what mail.

Ideally, you'd forgo email and have all communication back and forth done
via the web site and web forms, allowing you to input into the database as
needed. Those web forms, could, of course also SEND emails, but you'd want
the data to come directly from the web forms.

Otherwise, you'd have to develop some sort of email parsing system that
could properly ID the emails and store them in the proper fields in the DB.

Or, for a super-simple solution, make sure each support ticket contains a
unique ID number of some sort and then store all the emails in an email
system that has a decent search.

FYI, there are several open source help-desk systems already out there and
many more commercial ones. It might make the most sense to invest in one of
those instead of reinventing the wheel.

-Darrel

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines