If you are using SimpleMail with a service (eg. with IIS when using it in ASP pages), you can unfortunately not simply access a remote share. The reason is that Windows prevents system services under the "local system" account from accessing remote shares. When you run under IIS, the authenticated user (if any) is used, but again that user does typically not have permissions. Neither (hopefully

) the anonymous user has.
If you *really* need to have this functionality, please see your web server system adminstrator and ask him if he could assign these permissions (but most probably he will reply "no ... to insecure"). I think you can also use an IIS virtual directory to (moderately securely) access a remote file. Again, you need to see the web server admin for this.
I hope this at least clarifies.
Rainer