M
mpaine
Hi,
I am trying to write .eml files to a remote UNC directory - do you
know if this could be done, such as:
<mailSettings>
<smtp>
<network
host="localhost"
port="25"
/>
<specifiedPickupDirectory pickupDirectoryLocation="\\server1\Pickup"/>
</smtp>
</mailSettings>
If so, would I have to change the defaultCredentials or the security
context for ASP.NET (using machine.config)? I haven't exactly done
that before.
Thank you,
Michael
I am trying to write .eml files to a remote UNC directory - do you
know if this could be done, such as:
<mailSettings>
<smtp>
<network
host="localhost"
port="25"
/>
<specifiedPickupDirectory pickupDirectoryLocation="\\server1\Pickup"/>
</smtp>
</mailSettings>
If so, would I have to change the defaultCredentials or the security
context for ASP.NET (using machine.config)? I haven't exactly done
that before.
Thank you,
Michael