You can use the standard smtp settings in your app or web.config and just specify what folder you want the emails to go.
<smtp
deliveryMethod="specifiedPickupDirectory"
from="from address">
<specifiedPickupDirectory>Your folder here</specifiedPickupDirectory>
</smtp>
This allows you to simply store the emails without an smtp server