Q. Can we use our MS Exchange server for the "Issue by e-mail" feature?
A. Yes, for that you should enable POP3 for Exchange by running the following commands in Exchange shell.
Exchange 2007.
Set-PopSettings -LoginType PlainTextLogin
Exchange 2010.
Set-service msExchangePOP3 -startuptype automatic
Start-service -service msExchangePOP3
Article ID: 147, Created On: 5/26/2011, Modified: 11/3/2011