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

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -