Safe way to send mail via PHP to many users

后端 未结 7 1545
青春惊慌失措
青春惊慌失措 2021-01-30 09:41

Let me explain what I mean in my title. Let\'s say, that for example I\'m creating a small e-commerce system for one web shop/catalog. There\'s a possibility for customers to ch

7条回答
  •  长情又很酷
    2021-01-30 10:32

    create a mail queue subsystem which might include tables such as mail_queue, mail_status, mail_attachments, mail_recipients and mail_templates etc...

提交回复
热议问题