Email Notify
Overview
Send an email notification after each Codex task. Use the helper script to resolve the project name and send via SMTP.
User Preparation
1) Configure environment variables
Add the following lines to ~/.bashrc (Linux) or ~/.zshrc (macOS):
export CODEX_MACHINE_NAME="Machine-name" # e.g., Macbook
export CODEX_EMAIL_SMTP_HOST="smtp.example.com"
export CODEX_EMAIL_SMTP_PORT="587"
export CODEX_EMAIL_USERNAME="user@example.com"
export CODEX_EMAIL_PASSWORD=
[Description truncada. Veja o README completo no GitHub.]