SMail – 加载CSV文件。撰写您的消息。通过Gmail发送数百封邮件。完成。
嘿,
我开发sMail是因为我一直遇到同样的问题——我需要向一个联系人列表发送几百封个性化邮件,但不想为了偶尔使用而每月支付20美元给Mailchimp。
于是,我花了几周时间开发了一个简单的Windows桌面应用程序,它可以直接通过Gmail SMTP来实现这个功能。
它的工作原理如下:
- 从CSV或Excel文件中加载联系人
- 编写主题和消息(支持{name}进行个性化)
- 可选地附加文件
- 发送前预览邮件
- 点击发送,查看进度条
它使用Gmail SMTP和应用密码认证,因此没有任何邮件通过外部服务器——邮件直接从您的Gmail账户发送。
该应用使用Qt5开发,一次性收费15美元,无需订阅,除了您的Gmail账户外不需要其他账户。
欢迎随时询问关于如何构建它的技术问题,或讨论SMTP方法与基于API的发送者的区别。
https://ahnix.gumroad.com/l/AhnixSoft-sMail
查看原文
Hey,<p>I built sMail because I kept running into the same problem —
I needed to send a few hundred personalized emails to a contact
list but didn't want to pay $20/month for Mailchimp just to do
it occasionally.<p>So I spent a couple of weeks building a simple Windows desktop
app that does it through Gmail SMTP directly.<p>How it works:
- Load your contacts from a CSV or Excel file
- Write your subject and message (supports {name} for
personalization)
- Optionally attach files
- Preview emails before sending
- Hit send and watch the progress bar<p>It uses Gmail SMTP with App Password authentication so nothing
goes through any external server — emails send directly from
your Gmail account.<p>Built with Qt5. One-time $15, no subscription,
no account needed beyond your Gmail.<p>Happy to answer any technical questions about how it's built
or discuss the SMTP approach vs API-based senders.<p>https://ahnix.gumroad.com/l/AhnixSoft-sMail