y**a 发帖数: 152 | 1 要写个程序,是同时列出多个用户email内容的。怎么做哈?有没有可能直接access mail
server 的数据库的?
谢先 | m****c 发帖数: 8 | 2 It is not about database, it is about Simple Mail Transport Protocol (SMTP)
If your email server supports SMTP, which nearly all email servers do, you use
SMTP API instead. Most of programming languagues have SMTP SDK, all you need
to do is use those function calls to access the email server to get the mails
and show it in whatever format you like.
mail
【在 y**a 的大作中提到】 : 要写个程序,是同时列出多个用户email内容的。怎么做哈?有没有可能直接access mail : server 的数据库的? : 谢先
|
|