In my web config can i do setting delivery method=network and still it get saved in specifiedPickupDirectory or for that i need to always write a different application?
<mailSettings>
<smtp deliveryMethod="Network" from="">
<network defaultCredentials="true" host="" password="" port="25" userName="" />
<specifiedPickupDirectory pickupDirectoryLocation="C:\SentMail" />
</smtp>
</mailSettings>
Try this:
Took from here.