-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 1.25 KB
/
params.json
File metadata and controls
6 lines (6 loc) · 1.25 KB
1
2
3
4
5
6
{
"name": "Oracle PL/SQL API for Mailgun",
"tagline": "Validate email addresses and send emails with pure PL/SQL.",
"body": "The API provides methods to use your [Mailgun](https://www.mailgun.com) account to:\r\n \r\n * **validate an email address** - does the same thing as the [jQuery-based Apex plugin](https://github.com/jeffreykemp/jk64-plugin-mailgunemailvalidator), except from the server\r\n \r\n * **send an email**\r\n > *NOTE: another alternative (one that also works with Oracle Apex's builtin email system) is to use the mailgun SMTP interface instead.*\r\n\r\n * query your mailgun usage and failure **statistics** and events log\r\n\r\n * manage your mailgun **bounces, unsubscribes and complaints** lists\r\n\r\n> *Warning: use the [Latest Release](https://github.com/jeffreykemp/mailgun-plsql-api/releases/latest) - don't use the \"Download Zip\" option on the home page (may contain unfinished work).*\r\n\r\nFor installation instructions, detailed API references and example code, refer to the **[WIKI](https://github.com/jeffreykemp/mailgun-plsql-api/wiki)**.\r\n\r\nRelated blog post: https://jeffkemponoracle.com/2016/04/19/email-made-easier/\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}