简体   繁体   English

使用PHP处理来自邮件服务器的传出邮件

[英]Process outgoing mail from mail server with PHP

Is there any simple solution to get how many mail that have been sent, from the mail server by PHP? 是否有任何简单的解决方案来获取PHP从邮件服务器发送的邮件数量?

I want to keep track of how many emails that have been sent to specific customers. 我想跟踪已发送给特定客户的电子邮件数量。

This is simple add another column in the customer table nos_mails . 这很简单,在客户表nos_mails添加另一列。 Everytime you send a mail to your customer just update the value. 每当您向客户发送邮件时,只需更新其值即可。 I am assuming you know how to update a specific column of a specific row 我假设您知道如何更新特定行的特定列

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM