Compare commits

..

2 Commits

Author SHA1 Message Date
abnercoimbre df99a03936 Add a sample body.html 2023-09-20 03:01:22 -07:00
abnercoimbre 6c82570829 Add empty app.ini 2023-09-20 02:58:56 -07:00
2 changed files with 6 additions and 0 deletions

2
app.ini Normal file
View File

@ -0,0 +1,2 @@
; This file should be populated with the necessary credentials to use send_mail.py
; If you're a meetup host talk to Abner to get your own personalized app.ini

4
body.html Normal file
View File

@ -0,0 +1,4 @@
<h1>Dear reader,</h1>
<p>This is a test email. Handmade people are <strong>BOLD</strong>.</p>
<p><em>The software revolution will not be televised.</em></p>
<p>Test complete,<br>Abner</p>