I want to email my localhost with xammp on mac i have wordpress sites with contact fom running as regular php contact fom I want to email so I know everything works and I receive the mail sent via the contact form
Asked
Active
Viewed 545 times
0
-
3Possible duplicate of [How to configure XAMPP to send mail from localhost?](https://stackoverflow.com/questions/15965376/how-to-configure-xampp-to-send-mail-from-localhost) – lumio Sep 27 '17 at 07:30
-
When I was testing using XAMPP on Linux I had it set up so that the email was sent to the desktop. I believe it used a 3rd party tool like this one http://www.toolheap.com/test-mail-server-tool/ – Ginger Squirrel Sep 27 '17 at 08:05
2 Answers
0
In localhost does not contain smtp server connection so , initially you add the smtp plugin in you site.

Kmg Kumar
- 587
- 2
- 20
-1
You have to use this plugin for WordPress to send email from localhost. https://wordpress.org/plugins/wp-mail-smtp/

Ravi Joshi
- 59
- 5
-
Yes, have already installed and activated different plugins, but can not receive email – Tmcursist Sep 27 '17 at 09:44