Created
June 18, 2016 00:05
-
-
Save prakashmurthy/c492c72c65fe9f3155a1c750c09de16a to your computer and use it in GitHub Desktop.
blind copy all emails sent by a rails system to a specific email account
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ExampleMailer < ActionMailer::Base | |
default bcc: "[email protected]" | |
... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment