Reputation: 23
PHP is a new thing for me and I'm trying to build this simple form to send mail. I've seen tutorials and documentations and it seems that I need mail hosting (got one) and a domain for this hosting. So my question is is it possible to build this form using just XAMPP or do I have to have real domain?
Upvotes: 2
Views: 78
Reputation: 1839
If you are using Heroku you can run locally using the Heroku CLI tools.
Upvotes: 0
Reputation: 34978
You can build your PHPMailer web app on XAMPP on localhost. Later you can transfer the web form to your website hosting on your domain.
Upvotes: 3