how can i set up smtp in xampp, i've come to a point where i want to book messages (guest sends to my mail with a form) and i can't really figure out how to set up the smtp server.
Printable View
how can i set up smtp in xampp, i've come to a point where i want to book messages (guest sends to my mail with a form) and i can't really figure out how to set up the smtp server.
you'll need to install an smtp server application on your computer (assuming you're doing this from your own home). if you have a host, they should have an smtp server already, and the mail() function should work fine.
well the problem is i tried many different smtp servers... i just can't get it working.