The resolution to these errors as we've frequently seen is done in two parts:
A. On the machine(s) that Microsoft Dynamics GP and Outlook installed, under Control Panel, and under User Accounts and then when you click on Mail, there should be a mail profile needs to be setup and selected to be used as the default.
B. As mentioned in the System Requirements for Microsoft Dynamics GP 2013 page:
1. If you're using a 64-bit version of Office/Outlook, in the System Preferences window (Microsoft Dynamics GP > Setup > System Preferences), the Server Type needs to be set to 'Exchange'.
2. If you're using a 32-bit version of Office/Outlook, in the System Preferences window, the Server Type can be set to either MAPI or Exchange.
If the Server Type is set to 'Exchange', users may see a Exchange login window appear when they click on the Send To and then Mail Recipient(Text) buttons when emailing a report or document from within the Dynamics GP 2013 application. Once they enter their credentials, an Compose email window will appear:
--If the Server Type is set to 'MAPI', an Outlook email window will appear as if a new email window was opened within Outlook itself.
-- Microsoft Dynamics GP 2013 is supported on both Office 2010 and Office 2013, 32 bit and 64 bit.
--The 'Exchange' server type only supports XPS and DOCX, PDF is not supported.
Note: Click to view system requirements for other Microsoft Dynamics GP versions.
If after making the above changes, the email functionality still doesn't work in Microsoft Dynamics GP or you're still getting the same errors, you can also try the following that we've seen resolve email issues in the application:
1) First, log into the workstation where you're seeing these email functionality issues in Dynamics GP, as an Administrator account.
2) Go to Start > Run, type REGEDIT and click OK to open the Registry Editor
3) You will want to backup the HKEY_LOCAL_MACHINE keys by right-clicking on that node, selecting Export and saving the keys to a location you can restore from later if necessary
4) Once that is done you'll want to expand HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\win.ini
5) If you look in the right-hand pane when win.ini is highlighted you'll likely not see a MAIL string key. Right-click on win.ini and select New > String Value. Name this new value: MAIL
6) Double-click on the MAIL key and set its value to the following:
SYS:MICROSOFT\WINDOWS NT\CURRENTVERSION\MAIL
7) You then need to create the key(s) that the MAIL key refers to. If this is a 32-bit machine you'd need to use option A below. If this is 64-bit use option B:
Option A:
a) Expand HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
b) Right-click on CurrentVersion and select New > Key
c) Name this new key: MAIL
d) Right-click on the new MAIL key and select New > String Value.
e) Name this new string value: MAPIX
f) Double-click on MAPIX and set the value to 1.
Option B:
a) Expand HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion
b) Right-click on CurrentVersion and select New > Key
c) Name this new key: MAIL
d) Right-click on the new MAIL key and select New > String Value.
e) Name this new string value: MAPIX
f) Double-click on MAPIX and set the value to 1.
8) You must restart the machine after making any Windows Registry changes, for the changes to then take effect.
While there could be other issues causing email functionality not to work in Microsoft Dynamics GP, the above would be the first items we would begin looking at to rule those out.