autoMailer — Gmail OAuth Demo (bulk email tool)

Опубликовано: 14 Август 2026
на канале: Ale Reyes
10
0

autoMailer is an open-source desktop tool that allows professors and teaching assistants at Université Laval to send personalized bulk emails to their students using their own Gmail account.

This video demonstrates the Gmail OAuth authorization flow and core functionality of the app, including:
Loading a CSV student list
Writing a personalized message template with variables
Running a preflight validation check
Authenticating with Gmail via OAuth (gmail.send scope only)
Sending a test email

The app requests only the gmail.send permission. It cannot read, list, search, or delete any emails. All processing happens locally on the user's machine — no student data is sent to any external server.

🔗 Homepage: https://normand-marineau.github.io/autoMai...
🔗 Privacy Policy: https://normand-marineau.github.io/autoMai...
🔗 Source code: https://github.com/normand-marineau/autoMa...