Dave Borne wrote:
>> I have a (web) development computer w/o an SMTP server and want to test
>> form generated e-mail using a dummy SMTP server that delivers the mail
>> message to a file, or better yet, to a text editor instead of actually
>> sending it.
>
> Here's a quick and dirty script I us
> I have a (web) development computer w/o an SMTP server and want to test
> form generated e-mail using a dummy SMTP server that delivers the mail
> message to a file, or better yet, to a text editor instead of actually
> sending it.
Here's a quick and dirty script I use this for email testing pur
On 17/06/07, William Gill <[EMAIL PROTECTED]> wrote:
> I have a (web) development computer w/o an SMTP server and want to test
> form generated e-mail using a dummy SMTP server that delivers the mail
> message to a file, or better yet, to a text editor instead of actually
> sending it. Is it possi
William Gill wrote:
> I have a (web) development computer w/o an SMTP server and want to test
> form generated e-mail using a dummy SMTP server that delivers the mail
> message to a file, or better yet, to a text editor instead of actually
> sending it. Is it possible to extend the DebuggingSer
I have a (web) development computer w/o an SMTP server and want to test
form generated e-mail using a dummy SMTP server that delivers the mail
message to a file, or better yet, to a text editor instead of actually
sending it. Is it possible to extend the DebuggingServer class,and
override the