Getting email to database

Dilnoza

New Member
Hi, did someone create a programm to get the client emails exactly to the database, in order to avoid that Copy -Paste procedure,while answering to the client emails. We need to store all the emails in database, and want to create some programm in progress, which will work like an outlook.
Is there any sugestions?
 
Hi,

There are many options.
You can store the e-mails (.msg) in the database in a blob field or you can strore them externally in some logical dirtectory structure. The routines to put them in the right spot you have to write yourself.
So you need to find a mechanism to recognise the e-mails and then store the e-mail or a link to the e-mail in the appropriate table. If you have that, then it's fairly easy to retrieve them.

Casper.
 
Back
Top