Skip to content

Instantly share code, notes, and snippets.

@prakashmurthy
Created June 18, 2016 00:05
Show Gist options
  • Save prakashmurthy/c492c72c65fe9f3155a1c750c09de16a to your computer and use it in GitHub Desktop.
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
class ExampleMailer < ActionMailer::Base
default bcc: "example.archive0912@gmail.com"
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment