Skip to content

Instantly share code, notes, and snippets.

@paul-ridgway
Created February 9, 2023 10:50
Show Gist options
  • Save paul-ridgway/d7fa4cf9a83c627edfe79897391fcaaa to your computer and use it in GitHub Desktop.
Save paul-ridgway/d7fa4cf9a83c627edfe79897391fcaaa to your computer and use it in GitHub Desktop.
Send a test email from the Rails console
ActionMailer::Base.mail(from: "no-reply@factfind.app", to: 'test-tjdh9e9f6@srv1.mail-tester.com', subject: 'test', body: "Test").deliver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment