Class: Developers::ApplicationMailer

Inherits:
ApplicationMailer show all
Defined in:
app/mailers/developers/application_mailer.rb

Instance Method Summary collapse

Instance Method Details

#app_created_emailObject



2
3
4
5
# File 'app/mailers/developers/application_mailer.rb', line 2

def app_created_email
  @app = params[:app]
  mail(to: params[:email], subject: "Your app has been created!", message_stream: "outbound")
end