Hello everyone! I was wondering if there's any easy way to import emails from our account into a MySQL database? This means import everything, sender, email, attachments, etc? Thanks in advance for your time! asked 29 Jul '13, 10:26 sclord |
Sure, you can use mail2script to pipe incoming mail to a script. From there, you can do whatever you want with the contents of the message, including storing it in a database. answered 29 Jul '13, 15:10 seanf |