Question

I have a single server farm (a hyper-v virtual machine) and I want to send emails to one of my document libraries. I have followed this msdn article to configure the SMTP server in my VM.

When I insert an .msg file to C:\inetpub\mailroot\Pickup it handles it as bad email but when I save my emails as .eml files it sends them to the document library.

Why does it not send .msg files to the document library?

Was it helpful?

Solution

MSG files are a proprietary format only recognized by Microsoft Outlook. The only format the Windows SMTP service understands are EML files.

UPDATE

You just can't save an Outlook MSG file directly into SharePoint or Windows SMTP Server. You need either an Exchange Server or any other SMTP/POP/IMAP server Outlook can communicate with.

I personally use the free and open source hMailServer on my DEV machine to test incoming and outgoing SharePoint e-mail capabilities.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top