今回はPythonを使ってGmailを送信する方法。 最近行ったことがなかったので改めて調べ直してみました。 数年前にやってた時は、以下の②のSMTPで行ってました。 その時はセキュリティ緩かったので、セキュリティ設定を変更することなく送信できてましたが ...
プログラムの処理が完了した時や、エラーが発生した時に、自動でメール通知が飛んできたら便利ですよね。Pythonを使えば、標準ライブラリだけで、Gmailなどのアカウントを使ったEメールの送信を自動化できます。 今回は、メールの「中身を作る」**email ...
例えば、取引先に月々の取引内容をメールしているとする。その場合、取引先が数社であれば、それほど苦痛ではないかもしれない。しかし、毎月、メールソフトを開いて、複数の会社宛に個別のデータを送信する作業は、慎重を期する作業だ。もしも ...
This project implements a local Model Context Protocol server for Gmail with Python 3.11 and the official MCP Python SDK using FastMCP. It exposes two focused tools: get_unread_emails ...
Overview The Gmail AI Agent is a versatile automation tool designed to process incoming Gmail emails, classify them using an AI model (e.g., Gemini for Python, OpenAI as a placeholder for Node.js), ...
In this article, I'll show you how to make a simple Gmail notifier. Python can do various things in terms of notifications; sending commands to an Arduino unit, playing sounds, opening windows, etc.