27 Oct
2002
27 Oct
'02
3:56 p.m.
Yes, this is correct. The interface of _send() has changed. Since this is only used by MailHost itself, it doesn't affect how you use MailHost. send() hasn't changed, so the public interfaces are exactly the same.
well, it does affect you if you override _send in a new product that has a different delivery mechanism... this API change tripped me up. jens