I’m setting up Dynamics CRM on a VM to demonstrate the functionality to some clients.
I’d like to demonstrate the email functionality, e.g. send an email to the server and check an activity is created.
I’ve started to configure the E-Mail Router, but it looks like an instance of Exchange is required. Is there anyway to demonstrate the functionality without Exchange (which isn’t really my area of expertise).. Is there any test harness I can use?
Note: I want to demonstrate the functionality on my VM and not any service in the cloud.
Crm can’t send or receive an email itself, it uses the email router to communicate with email servers to send and receive email.
When I’m using the email router I generally find exchange to be an easy option. However you can also use POP3 and SMTP email servers (e.g. yahoo mail), I haven’t done it myself but its described here:
Another option that is worth considering is the Outlook Client, this is probably the quickest route for a quick demo.
If you install Outlook on your VM, connect it to an email account, hook it up to Crm, then you can use it to manually promote emails into Crm. With this approach you could probably even miss out actually connecting it to a real mailbox, just create tasks and emails in outlook and then promote them. Perhaps this is good enough for demonstration purposes.