MailerJS: Send email with client-side JavaScript
mailerjs.com
MailerJS: Send email with client-side JavaScript
1–10 of 31 posts
Re: MailerJS: Send email with client-side JavaScript
#2Re: MailerJS: Send email with client-side JavaScript
#3Why email? It seems like an inefficient method to deal with bug reports. Not to mention it seems like this would be really open to abuse.
Re: MailerJS: Send email with client-side JavaScript
#4Re: MailerJS: Send email with client-side JavaScript
#5Re: MailerJS: Send email with client-side JavaScript
#6What exactly stops me from stealing someone else's API key and using it to send spam? You can't trust the client.
Re: MailerJS: Send email with client-side JavaScript
#7You need to tell Mailer.js about your API key What exactly stops me from stealing someone else's API key and using it to send spam? You can't trust the client.
MailerJS will send mail to the address you enter on your account page. You can't specify the receiver dynamically, as client-side JavaScript is publicly accessible by definition, and we want to protect you from spammers.
Why steal someone's api key just so you can send them email?
Re: MailerJS: Send email with client-side JavaScript
#8It's amusing to me that the contact link is just a mailto. Why not use MailerJS?
Re: MailerJS: Send email with client-side JavaScript
#9You need to tell Mailer.js about your API key What exactly stops me from stealing someone else's API key and using it to send spam? You can't trust the client.
Re: MailerJS: Send email with client-side JavaScript
#10Why email? It seems like an inefficient method to deal with bug reports. Not to mention it seems like this would be really open to abuse.
P.S. They should have put the pricing information on the home page. Didn't realize they were a YC company either.