An open API service indexing awesome lists of open source software.

https://github.com/rekgrpth/pg_smtp

postgres email send
https://github.com/rekgrpth/pg_smtp

email postgres send

Last synced: about 1 year ago
JSON representation

postgres email send

Awesome Lists containing this project

README

          

send email

```sql
insert into email (subject, sender, recipient, body) values ('subject', 'sender@mail.com', '{recipient1@mail.com,recipient2@mail.com}', 'body');
```