gamecreature

Published

13 December, 2021

gamecreature in Code Snippets | 13 December, 2021

Directly send an e-mail in rails without template

Snippet to directly send an e-mail in Rails, without templates

ActionMailer::Base.mail(
  from: "gamecreatre@example.com",
  to: "receiver@example.com",
  subject: "Sample Subject",
  body: "Message Body"
).deliver
gamecreature

Published

13 December, 2021

  • Related Content by Tag
  • ruby
  • ruby on rails
Independent Publisher empowered by WordPress