I am trying to test SharePoint's sending of emails - whether basic alerts or custom code (calling SPUtility.SendEmail). I tried specifying the smtpDeliveryMethod="pickup" as described here: Hidden Features of ASP.NET but it doesn't seem to work.
Has anyone gotten that method of testing Sharepoint's emails working? Is there a better way?