Mailgun Plsql Api Versions Save

Oracle PL/SQL API for Mailgun

v1.3

3 years ago

#42 Recipient variables: ampersands (&) get encoded as \u0026

v1.2

4 years ago
  • installation was failing because of varchar2(30)
  • remove unused variable

v1.0

6 years ago

Bug Fixes

  • ORA-06502 when message >4k
  • ORA-06502 with large emails with special characters

Enhancements

  • Non-prod environment settings
  • Test email
  • Recipient whitelist
  • Security: add "sys." to dbms/utl calls
  • Record API version

v0.6

7 years ago

Enhancements:

  • Include version instrumented with logger
  • Support setting mailgun parameters at runtime
  • Purge email log w/ weekly job
  • Default sender parameter
  • API for Mailgun events log
  • API for Mailgun tags
  • API for Mailgun bounces
  • API for Mailgun unsubscribes
  • API for Mailgun complaints

Bugs fixed:

  • Get correct byte size for clobs

v0.5

7 years ago

This release includes the following enhancements:

  • Add asynchronous push_queue option - send transactional emails immediately after your process commits
  • Encode special characters
  • Log failed emails
  • API call to get mailgun stats

v0.4.2

8 years ago

minor code improvements; added PLS-00322 trigger if constants aren't edited prior to compilation

v0.4.1

8 years ago

minor fixes / improvements

v0.4

8 years ago

Now uses Oracle AQ to make emails asynchronous. Added generic "mail headers" parameter to allow setting arbitrary mail headers (e.g. "Priority", "Expires", etc.).

v0.3

8 years ago

set wallet for https; fixed bug when list of recipients passed to p_to_email; verbose option