Bounce Email handling with PHP?

后端 未结 14 1492
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-28 04:30

Here is my scenario:

I have 2 email accounts: admin@domain.com and bounce@domain.com.

I want to send email to all my users with admin@domain.com but then \"r

14条回答
  •  攒了一身酷
    2020-11-28 05:20

    If you've got a POP3 mailbox set up for bounce@domain.com, you could use a POP3 client script written in PHP to retrieve the messages and check for undeliverable messages.

提交回复
热议问题