2

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?

Community
  • 1
  • 1
Chloraphil
  • 2,719
  • 7
  • 35
  • 44

2 Answers2

1

I've been using smtp4dev: http://smtp4dev.codeplex.com/

Chloraphil
  • 2,719
  • 7
  • 35
  • 44
1

I’m using Antix SMTP Server for Developers to test out my emails. It’s a dummy SMTP server which doesn’t send any real e-mails. But you still configure your SharePoint environment to use it as a SMPT-server, so you'll get a very realistic scenario.

url: http://www.antix.co.uk/Projects/SMTPServerForDevelopers.aspx

JMD
  • 1,408
  • 11
  • 9