How can i send mail from hmailSserver to a SharePoint library ?
I work on Windows Server 2008. When an email is sent from Outlook I can't find it in the library..
|
|
|||||
|
|
I use hMailServer with Sharepoint. Since I have worked with this to a good degree, I have a few threads in these forums that would be of service to you:
Now, I'll tell you that there is a bit of a trick to it. You have to configure There is also a thread in the hMailServer forum about this. [update] In Central Administration > System Settings > Configure Incoming Email there is a place to designate where your "E-mail drop folder" is. This is where you want The best way, with However, you also have to go into the Since you are enabling email for lists, you should also set up the SMTP Virtual Server on the machine hosting SharePoint. This is what IIS6 is for. You point it to your hMailServer using the subdomain mentioned above. That will allow your portal to SEND email, too. I posted links to directions on how to configure IIS6 in this thread. Another thing you need to do, if you haven't already, is to configure your DNS Server with an
Is that path accessible to both |
|||||||
|
|
Thanks for your reply. I have added this code in vb script. Sub OnDeliverMessage(oMessage) Dim path, filename, fso, original, copy path = Split(oMessage.Filename, "\", -1, 1)
End Sub.. Here path is C:\inetpub\mailroot\Drop. I checked permission. It is Ok. In CA, I configured incoming mail setting and give same Path but still not working. Can you elaborate your answer? Is it necessary to start smtp in iis 6.0. I can't start it. |
|||||||
|
