Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 286 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 286 Bytes

contact-form.py

Contact form backend AWS lambda python script.

Environment variables

  • MAIL_SERVER : SMTP server
  • PORT : SMTP port
  • ACCOUNT : SMTP login account
  • PASSWORD : SMTP login password
  • MAIL_ADDRESS : Administrator's mail address. Set to mail From: header.