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: http://stackoverflow.com/questions/54929/hidden-features-of-asp-net/75170#75170 but it doesn't seem to work.
Has anyone gotten that method of testing Sharepoint's emails working? Is there a better way?