Bonjour à tous,
Je travail sur un site perso, je voudrai que lorsqu'un utilisateur s'inscrit il reçoit un mail de confirmation de son inscription.
J'ai installer phpmailer sur mon projet, mais je rencontre un soucis :
la ligne 18 correspond à $mail:Fatal error: Uncaught Error: Class "SMTP" not found in /Users/filou/Ecole/Projet Final/ppperso/utils/phpmailer.php on line 18
Merci par avance pour votre aide.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 try { //Server settings $mail->SMTPDebug = SMTP::DEBUG_SERVER;
@+ Filou
Partager