du4010 2015-05-29 19:05
浏览 26

发送没有SMTP服务器的批量电子邮件[关闭]

I have a server and I have a emailing software. I want to send mass/bulk email to my customers list.(There is around 100K people, which I was trying gather this list for 10 years) and now I want to send them email.

Can I send mass email without using SMTP?

  • 写回答

2条回答 默认 最新

  • dongzhuo6137 2015-05-29 19:23
    关注

    There are a couple of ways to send email without the need of your own SMTP server. There is an addition for PHP you can get called PHPMailer which will simplify the process. Or, you can send it with php's built in mail() function, but you must be sure to to format the header information correctly.

    For PHP, this question has been asked before. See this link for details.

    However, sending mail without using a verified SMTP server will most likely result in your email being sent to customers junk mail folder. If any emails are destined to corporate addresses, the corporations firewall may drop the email entirely. Typically if an email provider detects enough emails of this kind, it may even blacklist your IP / server for a time.

    评论

报告相同问题?

悬赏问题

  • ¥20 易康econgnition精度验证
  • ¥15 线程问题判断多次进入
  • ¥15 msix packaging tool打包问题
  • ¥28 微信小程序开发页面布局没问题,真机调试的时候页面布局就乱了
  • ¥15 python的qt5界面
  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致