From bfac22dc79164bab10185188e12cee313ab96de9 Mon Sep 17 00:00:00 2001 From: James <31272717+gpd-pocket-hacker@users.noreply.github.com> Date: Mon, 9 Nov 2020 16:10:37 +0000 Subject: add email support --- email.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 email.h (limited to 'email.h') diff --git a/email.h b/email.h new file mode 100644 index 0000000..af81eee --- /dev/null +++ b/email.h @@ -0,0 +1,2 @@ +extern void send_email(const char *to,const char *subject, const char *body); + -- cgit v1.2.3