Gurus! Can you please help me with advise on how to do this.
I have an 'orders' table in Mysql database. I want to capture user comments received through email directly on the comments column in this table. I am expecting the users to provide the order number in subject header. I need help on how to do this and also how do I create a specific email address which when received with the order number appends its comments to my order table comments column.
Thanks in advance - mrkumar
Capturing email contents directly into database tables..
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Amazingly, this has been talked about a bit. The following may be of interest.
viewtopic.php?t=59129
viewtopic.php?t=54705
viewtopic.php?t=50792
viewtopic.php?t=47786
viewtopic.php?t=45345
viewtopic.php?t=42844
viewtopic.php?t=59129
viewtopic.php?t=54705
viewtopic.php?t=50792
viewtopic.php?t=47786
viewtopic.php?t=45345
viewtopic.php?t=42844
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
It's more of a rare question, and can easily turn up bad search terms, so no problem.mrkumar wrote:Thank you for sending these very valuable links. I should be able to do with all this help. Thanks again for a very prompt and useful response. My apologies, I should have searched for these myself.. before posting.