Please enable JavaScript in your browser!
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
mastodon
/
mastodon-bridge
zrkadlo
https://github.com/tootsuite/mastodon-bridge
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Branch:
master
Branche
Tagy
master
mastodon-bri...
/
app
/
mailers
/
application_mailer.rb
application_mailer.rb
102 B
Permanentný odkaz
História
Raw
1
2
3
4
5
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end