使用 PHP 从 1and1 发送到 2k 个不同的电子邮件
我已经研究这个主题很长时间了,说实话,如果你们有时间回答我的问题,我需要一些帮助;)
我的数据库中有几 k 封电子邮件(大约 2k 和即将推出...)我想每周发送两份时事通讯...实现这一目标的最佳方法是什么?
到目前为止,这就是我正在做的事情: - 一个 php 脚本(元标记刷新设置为 600),每 10 分钟向 50 人发送一封电子邮件(使用基本的 mail() 函数)。它运行 6 个小时才能收到 2000 封电子邮件。我使用的是较便宜的共享服务器 1and1(每月 2 欧元:D)。
1-这种方式是一个好方法吗?我听说当你将人们放入密件抄送时,你会直接进入垃圾邮件...而且很多人甚至没有收到电子邮件...不知道为什么。到目前为止还没有真正定论。
2-您认为值得使用专用服务器并向每个人发送 1 封电子邮件(即 2000 封不同的电子邮件)吗?或者这是一个糟糕的举动?
3- 人们在发送时事通讯时如何进行?我确信我收到 2k 封电子邮件看起来很可笑,尽管我在解决这个问题上遇到了困难;)
欢迎任何帮助。
干杯。 克/
I have been working on this subject for a long time now and to be honest I am in need of some help if you guys have some time to answer to my problem ;)
I have a few k of emails in my database (around 2k and coming up...) and I would like to send two newsletters a week ... what would be the best way to achieve that ?
So far here is what I am doing :
- a script php (with meta tag refresh set to 600) which sends every 10 minutes an email to 50 people (using basic mail() function). It runs for 6 hours to get to the 2k emails. I am using the less expensive shared server at 1and1 (2EUR a month :D).
1- Is this way to proceed a good way ? I heard when you put people in BCC you go to SPAM directly ... Also many people do not even receive the emails ... no idea why. So far it is not really conclusive.
2- Do you think it would worth taking the dedicated server and send 1 email to each people thats to say 2k different emails ? Or is it a bad move ?
3- How do people proceed when sending newsletters ? I'm sure I look ridiculous with 2k emails and though I have difficulties in making my way through this ;)
Any help welcome.
Cheers.
G/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,使用计划任务
And yes, use cron