私の Web 構成では、配信方法 = ネットワークの設定を行うことができますが、それでも指定されたPickupDirectory に保存されますか、それとも常に別のアプリケーションを作成する必要がありますか?
<mailSettings>
<smtp deliveryMethod="Network" from="">
<network defaultCredentials="true" host="" password="" port="25" userName="" />
<specifiedPickupDirectory pickupDirectoryLocation="C:\SentMail" />
</smtp>
</mailSettings>