Email tagging

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
chriscooper3000
Forum Newbie
Posts: 1
Joined: Thu Feb 26, 2009 2:55 am

Email tagging

Post by chriscooper3000 »

I have a database of business contacts - I wondered if it is possible to action an email from my web page (double click the email address) that once it is sent via outlook it saves a copy of the message to the record card of my contact in the database?

I have googled but cannot see anything - any ideas?

Thanks

Chris
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Email tagging

Post by josh »

If I understand when you send email to the server it will create a record in the database? Emailing piping...
Post Reply