TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there any mail-by-API provider for personal use?

6 点作者 harrid将近 2 年前
I remember using mailgun a decade ago or so. But every single site I check now requires me to enter a company name or work mail address (no Gmail etc). So where to go when I want to send some simple alert mails to myself when something in my scripts goes wrong?

7 条评论

blamarvt将近 2 年前
Isn’t SMTP an API? Why would you pay or complicate things when you can just send email with libraries available in every language?
评论 #37030185 未加载
LinuxBender将近 2 年前
Fastmail has an API [1]<p>[1] - <a href="https:&#x2F;&#x2F;www.fastmail.com&#x2F;for-developers&#x2F;integrating-with-fastmail&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.fastmail.com&#x2F;for-developers&#x2F;integrating-with-fas...</a>
评论 #37024910 未加载
byoung2将近 2 年前
Why not just use the Gmail API? <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;gmail&#x2F;api&#x2F;guides" rel="nofollow noreferrer">https:&#x2F;&#x2F;developers.google.com&#x2F;gmail&#x2F;api&#x2F;guides</a>
KomoD将近 2 年前
&gt; But every single site I check now requires me to enter a company name or work mail address (no Gmail etc).<p>Which have you checked?
评论 #37025377 未加载
AlexITC将近 2 年前
AWS SES works nicely and the costs for personal usage will likely be close to 0.
评论 #37030343 未加载
mcwhy将近 2 年前
3,000 emails are included in oracle free tier
shaunpud将近 2 年前
smtp2go
评论 #37030210 未加载