Skip to content

Instantly share code, notes, and snippets.

#define SMTP_SERVER "Your Eamil SMTP server"
#define SMTP_USER_BASE64 "Your User Name(Email address) with Base64"
#define SMTP_PASS_BASE64 "Your Password with Base64"
#define SMTP_FROM_EMAIL "Your Email address"
#define SMTP_TO_EMAIL "Target Email address you want to send to"
#define SMTP_SUBJECT "Door notification"
#include "application.h"