date: "2026-01-04"
Categories: ["Development", "ruby", "rubylang"]
Tags: ["Development", "Ruby"]
title: "Ruby Tips"
ActionMailer::Base.new.mail(
from: "me@me.com",
to: "me@me.com",
subject: "Test Email",
body: "This is a test email body",
).deliver