FogBugz #75: actually try to send some mail.
This commit is contained in:
parent
b50799e81d
commit
f89c1f1666
6 changed files with 24 additions and 10 deletions
6
lib/development_mail_interceptor.rb
Normal file
6
lib/development_mail_interceptor.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class DevelopmentMailInterceptor
|
||||
def self.delivering_email(message)
|
||||
message.subject = "#{message.to} #{message.subject}"
|
||||
message.to = "roland@gasbottle-county.eu"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue