Skip to content

dev704/mailgun-plsql-api

 
 

Repository files navigation

mailgun-plsql-api

Oracle PL/SQL API for Mailgun

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

Warning: use the Latest Release - don't use the "Download Zip" option on the home page (may contain unfinished work).

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PLSQL 94.6%
  • CSS 4.1%
  • HTML 1.3%