Bonjour j'utilise PHP MAILER mais j'ai un probleme
Je vous donne la ligne 236 :Warning: Missing argument 1 for ishtml() in www......../phpmailer/test/class.phpmailer.php on line 236
Merci des reponsesfunction IsHTML($bool)
Bonjour j'utilise PHP MAILER mais j'ai un probleme
Je vous donne la ligne 236 :Warning: Missing argument 1 for ishtml() in www......../phpmailer/test/class.phpmailer.php on line 236
Merci des reponsesfunction IsHTML($bool)
si tu veux placer du html dans ton mail alors il faut écrire isHtml(true), si tu n'as pas besoin de mails au format html, tu peux retirer la ligne ou tu as le ishtml dans ton code à l'endroit ou tu crées un instance de phpmailer pour envoyer ton mail.
Partager