Start each day inspired!
Daily Inspirational Quote Action sends a fresh, motivational quote right to your email using GitHub Actions.
This Action:
flowchart TD
User --> GitHubActions
GitHubActions -->|Fetches quote| ZenQuotesAPI
GitHubActions -->|Sends email| GmailSMTP
GmailSMTP -->|Delivers| UserEmail
uses: ijayhub/daily-inspirational-quote-action@v1
with:
recipient: 'email'
EMAIL_USERNAME
: Your Email address (e.g., youremail@gmail.com
)EMAIL_PASSWORD
: Your Email App Password (how to create one)TO_EMAIL
: The recipient’s email address.github/workflows/daily-quote-action.yml
to adjust when the email is sent.Name | Description | Required | Default |
---|---|---|---|
recipient | Where to send the quote (e.g., email) | No | GitHub Actions log |
Name | Description |
---|---|
quote | The inspirational quote that posts |
Alternative to get started quickly use:
Note:
You must use your own email and app password in your repository secrets.
⚠️ Never share your app password or email credentials with anyone.
For a detailed breakdown of this project and troubleshooting, visit the Wiki.