user15072172
user15072172

Reputation: 23

Is it possible to use PHPMailer with local domain?

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

Answers (2)

Mr. J
Mr. J

Reputation: 1839

If you are using Heroku you can run locally using the Heroku CLI tools.

Upvotes: 0

Alex
Alex

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

Related Questions