2

I am trying to setup email in XAMPP with Mercury mail. However I have done all part and configured in outlook 2007.

But when I am trying to send email from localhost email id to other localhost email id, outlook not sending by saying Outlook does not recognize newuser@localhost

So how to send email to localhost account through outlook 2007?

Chris Pacejo
  • 2,817
  • 4
  • 17
  • 17
Code Lover
  • 8,099
  • 20
  • 84
  • 154

2 Answers2

4

There are four domains in MERCURY.INI file:

  • localhost
  • localhost.com
  • localhost.org
  • localhost.net

Three last are acceptable to Outlook.

Denis
  • 56
  • 2
0

I have just tried Denis' answer.

There are four domains in MERCURY.INI file:

localhost
localhost.com
localhost.org
localhost.net

Three last are acceptable to Outlook.

It works well. You can also add in custom domains as well for training environments

deadly
  • 1,194
  • 14
  • 24