Skip to content

rafaelzomer/htmlemail-plsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

htmlemail-plsql

a package writen on plsql to easily send personalized emails

Quick Start

  1. Copy code from here and run on your database.
  2. Use it like the example below:
BEGIN
    HTML_EMAIL.SEND(
        send_host => 'smtp.email.com',
        send_login => 'email@email.com',
        send_password => 'emailpassword',
        send_to => 'email@email.com',
        email_title => 'Email Title',
        email_body => '<email> Hello Email </email>'
    );
END;

Documentation

Wiki

Legal and Trademarks

  • Oracle is a registered trademark of Oracle Corporation.
  • PL/SQL is a trademark of Oracle Corporation.

About

a package writen on plsql to easily send personalized emails

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages