email - Mail backend with API -
anyone know of email backend has api along these lines:
- accept post data fixed, whitelisted ip addresses
 - parse post data variable (e.g. id) can in database (e.g. email delivery address)
 - do rate-limiting (e.g. send out 1 email per second)
 - offer form of protection against spam (e.g. referer ip address or other)
 
 
 
Comments
Post a Comment