Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
mastodon
/
mastodon-bridge
mirror of
https://github.com/tootsuite/mastodon-bridge
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
master
mastodon-bri...
/
app
/
mailers
/
application_mailer.rb
application_mailer.rb
102 B
Permalink
History
Raw
1
2
3
4
5
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end