Daily Positive Affirmations Email Free Ways to Get Them

Yes you can get short, uplifting affirmations delivered by email every day without paying. Below Ill walk you through simple options: sign up for free newsletters, use automation tools, or set up your own daily affirmation email in minutes.

Quick options: subscribe or automate

  • Subscribe to a free newsletter: Many wellness and mindfulness blogs offer free daily or weekly affirmation emails. Search for "daily affirmations newsletter" or check well-known mindfulness sites and look for a free sign-up box.
  • Use an app or social channel: Some apps and Instagram/Telegram accounts post daily affirmations and may offer an email signup. These are usually free and easy to follow.
  • Set up an automated daily email to yourself: If you want a personalized stream of affirmations, you can automate your own emails with free tools like IFTTT, or use a small Google Apps Script (instructions below).

Why set up your own daily affirmation email?

Doing it yourself gives you control: choose the tone, length, and focus (self-worth, productivity, calm, relationships). Youll avoid inbox clutter from multiple subscriptions and can pick the exact delivery time that fits your routine.

Simple DIY: three ways to get daily affirmations in your inbox (step-by-step)

1) Subscribe to a free newsletter

  1. Search for "daily affirmations email" or "daily positive affirmations newsletter." Read a few sites sample emails to find a voice you like.
  2. Sign up with your email, confirm any verification message, and optionally create a folder or filter so the messages land where youll see them each morning.

2) Use an automation tool (IFTTT or similar)

  1. Create an account on IFTTT (free tier is fine) or another automation service.
  2. Find or create an applet that sends you an email each day. You can pair a daily timer with a randomly chosen message stored in a Google Sheet or use a daily quote feed.

3) Make your own daily email using Google Apps Script (quick and free)

This sends a short email to your address every day. Paste this into Google Apps Script and set a daily trigger.

// Replace your.email@example.com with your email address
function sendAffirmation() {
  var email = "your.email@example.com";
  var subject = "Daily Affirmation";
  var affirmations = [
    "I am enough exactly as I am.",
    "I choose progress over perfection.",
    "I create calm and balance in my day.",
    "I am worthy of good things.",
    "I trust myself to make the right decision for today."
  ];
  var message = affirmations[Math.floor(Math.random() * affirmations.length)];
  MailApp.sendEmail(email, subject, message);
}

How to set it up:

  1. Open script.google.com and create a new project.
  2. Paste the code and replace the email address with yours.
  3. Save the project, then choose Triggers (the clock icon) > Add Trigger > select sendAffirmation - Time-driven - Day timer - choose the hour you want.
  4. Authorize the script when prompted. Once it runs, youll get a daily email automatically.

Sample affirmations you can use

Here are 25 short ones you can paste into your newsletter, applet, or script:

  • I am enough.
  • I trust my intuition.
  • I welcome calm into my day.
  • I am capable of overcoming challenges.
  • I deserve rest and joy.
  • I learn from my mistakes and grow.
  • I choose kindness for myself and others.
  • My needs matter.
  • Progress is better than perfection.
  • I release what I cannot control.
  • I am creative and resourceful.
  • I am patient with my progress.
  • I attract positive energy.
  • I am resilient and flexible.
  • I honor my feelings without judgment.
  • I am open to new opportunities.
  • I breathe deeply and regain focus.
  • I am confident in my choices.
  • I celebrate small wins.
  • I choose thoughts that serve me.
  • I deserve love and belonging.
  • I release perfectionism and embrace growth.
  • I am calm, clear, and capable.
  • I give myself permission to succeed.
  • Today I will act with purpose.

Tips to make daily affirmations stick

  • Keep them short youre more likely to read and remember them.
  • Read them aloud first thing in the morning or right before bed.
  • Pair them with an action: journal one line, breathe for a minute, or set one small daily goal.
  • Rotate or personalize the affirmations so they stay fresh and relevant.
  • If you sign up for third-party newsletters, pick senders you trust and use a separate folder to keep things tidy.

Want a recommendation tailored to your routine? Tell me whether you prefer a premade newsletter or a custom email you control, and Ill suggest the easiest next step for you.


Additional Links



Jonathan Kis-lev Positive Daily Affirmations Download

Ready to start your affirmation journey?

Try the free Video Affirmations app on iOS today and begin creating positive change in your life.

Get Started Free