PHP大量电子邮件 [英] PHP Mass emailing

查看:160
本文介绍了PHP大量电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为一家小型营销公司工作,要求我开发一个PHP应用程序来发送他们公司的电子邮件,而不会将黑名单或电子邮件显示为垃圾邮件。我对PHP(OOP)有一个很好的理解,但是我不明白如何构建这个程序。他们每月需要大约50万到100万个电子邮件。他们已经准备好购买ip地址,SMTP服务器等,但是我需要对程序编写代码。所以基本上我要问的是,这个应用程序的不同部分的细分是什么,如此需要,以及它如何运行,而不被列入黑名单或被视为垃圾邮件。我很抱歉,如果我对任何人这个话题感到困惑,那就是我使用了mail()函数多次,许多邮件都会继续发送给垃圾邮件。这是一个合法的制药公司,据我所知,他们只是联系了我,问我是否可以做到这一点,所以为什么在这里看看是否可行。



我知道有些公司可以做到这一点,但是从500美元上涨,我们买不起。如果有特定的设备需要购买,我们准备购买它以抵消长期的费用。



任何帮助都赞赏,谢谢!

解决方案

不被视为垃圾邮件而不是被列入黑名单的最佳方式是发送合法电子邮件。



如果没有收件人将其标记为垃圾邮件,则从同一个IP发送大量邮件是没有问题的。要实现这一点,必须考虑很多事情:


  1. 具有选择加入的好列表是不是一个选项。

  2. 跟踪弹跳(软和硬),所以你不会发送不必要的电子邮件(不要再发送电子邮件到硬反弹,有时再试一次

  3. 发送批量之前运行垃圾邮件测试(SpamAssasin等)(无广告,但 Litmus 这样做)

其实如果你一切都很好,你的IP可以达到良好的发送声誉,更多的邮件将进入收件箱。还要注意,发送批量时,并不是每个人都会收到邮件。其中一些在过程中被不同的过滤器丢失。



如果您从未从IP发送邮件,请尝试逐行,不发送1同一个月的百万。我建议你对有多少个邮件发送1个IP进行渐进。



看看专业公司的做法。例如,您可以从 Campaign Monitor MailChimp 。他们真的很棒的博客和资源来看。跟随他们的博客,随时了解。


I work for a small marketing company that has asked me to develop a PHP application to send emails for their company without getting blacklisted or emails showing up as spam. I have a fairly good understanding of PHP (OOP) but I do not understand how to build this program. They need approximately 500,000 to 1,000,000 emails sent per month. They are ready to buy ip addresses, SMTP servers etc but I need to code the program to work. So basically what I'm asking is what is the breakdown of the different parts of an application like this needs and how it can function without being blacklisted or considered spam. I apologize if i confused anyone on this topic, its just that i used the mail() function numerous times and many of the mail keeps going to spam. This is a legitimate pharmaceutical company as far as i know, they just contacted me and asked me if i could do this so thats why im here to see if it is possible or not.

I know there are companies out there that can do this but they charge from $500 upwards and we cannot afford this. If there are specific equipment that needs to be bought we are ready to buy it to offset long term costs.

Any help is appreciated, thank you!

解决方案

The best way to be not be considered as spam and not being blacklisted is to send legitimate emails.

There is no problem sending a lot of mails from the same IP if no recipient mark it as "spam" at the end. To achieve this, a lot of things have to be taken into consideration:

  1. Having good lists with opt-in is not an option.
  2. Track bounces (both soft and hard), so you don't send unnecessary emails (don't send again emails to hard bounces, try again sometimes for the soft bounces and remove them if successful).
  3. Run spam tests before sending bulk (SpamAssasin, etc.) (no advertising, but Litmus does that)

In fact, if you do everything good, your IP can end up with a good sending reputation and more mails will get to the inbox. Also be aware that when sending bulk, not everybody gets the email at the end. Some of them are "lost" by different filters in the middle of the process.

If you never sent mail from an IP, try to be progressive and do not send 1 millions the same month. I advice you to be progressive on how many mail send 1 IP.

Look at what specialized companies do. For example, you can learn a lot from Campaign Monitor and MailChimp. They have really great blog and resources to look at. Follow their blog, keep informed.

这篇关于PHP大量电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆