jeffreykemp / mailgun-plsql-api

Oracle PL/SQL API for Mailgun

Home Page:https://jeffreykemp.github.io/mailgun-plsql-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mailgun-plsql-api

Oracle PL/SQL API for Mailgun

Validate email addresses and send emails with pure PL/SQL.

The API provides methods to:

  • validate an email address - does the same thing as the jQuery-based APEX plugin, except from the server

  • send an email

    NOTE: another alternative (one that also works with Oracle APEX's builtin email system) is to use the mailgun SMTP interface instead.

  • query your mailgun usage and failure statistics and events log

  • manage your mailgun bounces, unsubscribes and complaints lists

LINKS

About

Oracle PL/SQL API for Mailgun

https://jeffreykemp.github.io/mailgun-plsql-api/

License:MIT License


Languages

Language:PLSQL 94.4%Language:CSS 4.3%Language:HTML 1.4%