Mailit: A Tiny Drop-In REST API to Send Emails
1–10 of 75 posts
Re: Mailit: A Tiny Drop-In REST API to Send Emails
#2SMTP really is a very simple protocol, that's matured for decades now. Also it is fully specified by RFCs.
I can see why mail services that provide templating (eg Mandrill) have special APIs, they offer something different from sending regular emails.
This specific REST API seems more like a standin for sendmail, which IMO makes things only more complicated.
Re: Mailit: A Tiny Drop-In REST API to Send Emails
#3Re: Mailit: A Tiny Drop-In REST API to Send Emails
#4Is this authless? You just send mail as the account configured and anyone can send mail?
[1] https://github.com/dthree/mailit/blob/master/readme.md#passi...
Re: Mailit: A Tiny Drop-In REST API to Send Emails
#5Is this authless? You just send mail as the account configured and anyone can send mail?
Re: Mailit: A Tiny Drop-In REST API to Send Emails
#6Is this authless? You just send mail as the account configured and anyone can send mail?
Re: Mailit: A Tiny Drop-In REST API to Send Emails
#7Is this authless? You just send mail as the account configured and anyone can send mail?
Re: Mailit: A Tiny Drop-In REST API to Send Emails
#8It migt be just me, but I honestly don't understand why people would use an HTTP API to send mail. SMTP really is a very simple protocol, that's matured for decades now. Also it is fully specified by RFCs. I can see why mail services that provide templating (eg Mandrill) have special APIs, they offer something different from sending regular emails. This specific REST API seems more like a standin for sendmail, which…
Re: Mailit: A Tiny Drop-In REST API to Send Emails
#9Is this authless? You just send mail as the account configured and anyone can send mail?
> This service defaults to no authentication.
[1] https://www.bleepingcomputer.com/news/security/mongodb-apoca...
Re: Mailit: A Tiny Drop-In REST API to Send Emails
#10Is this authless? You just send mail as the account configured and anyone can send mail?
I haven't tried it myself (and won't) but given this section "Passing Secrets" in the README [1] I dont think its authless. [1] https://github.com/dthree/mailit/blob/master/readme.md#passi...