My mail server is currently on the other side of the Internet.
(And I think I've blocked it from external connections too.)
quote:
Wouldn't it be easier to just (while testing) replace your mail-sending function with a saving-to-html-files function?
No, because that would:
1) Be violating the golden rule of testing. (make the test environments as close to live as possible).
2) Require five times as many lines of code. Including setting up an application mode to check against.