Skip to content
Advertisement

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?

Advertisement

Answer

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.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement