How may I design a solution to store e-mails "directly" to the mySQL DB. So, if someone sends an e-mail at test@123.com then the mail is transparently stored to the mySQL DB/table in a text/memo field.
That depends what platform you are on. On UN*X using sendmail it's very easy.
What about Windows NT/2000? The e-mail to DB storage should be transparent though, directly & automatically from the mail server to the DB server.
BTW, how SendMail (on Unix/Linux) would be configured for this same task?