0
votes

I use the SharePoint 2010 VHD from Microsoft and my e-mail doesn’t seem to work and I’m rather new to SharePoint 2010. I tried to do the following. In SharePoint Designer I created a Workflow and of the action involved sending an email to the initiator of the workflow.

I received the following error message in my workflow history: “The email message cannot be sent. Make sure the outgoing e-mail settings for the server are configured correctly.”

In my Central Administration I have the following mail settings:

Outbound SMTP Server: demo2010b.contoso.com

From Adress: [email protected]

I also started the Exchange Server in Hyper-V but still didn’t work. I didn’t change anything in the Settings.

Any ideas on how to make it work?

Thanks in advance.

1

1 Answers

0
votes

Can you test basic SMTP and network connectivity between the two VMs? Assuming telnet client is installed on demo2010a, try (from demo2010a):

telnet demo2010b.contoso.com 25

or even

ping demo2010b.contoso.com