Posts by Luis Turchyn • 9 points
1 post
-
0
votes2
answers58
viewsQ: Problem creating object in phpmailer: $email = new Phpmailer();
I’m doing a project and I’m trying to use phpmailer to send an email from localhost. if (isset($_POST['name']) && isset($_POST['email'])) { $name = $_POST['name']; $email = $_POST['email'];…