I am trying to set a variable to attach to a phpmailer form
This is the variable:
$imageattach = "images/Cards.jpg";
php mailer variable:
$mail->AddAttachment = $imageattach ;
This does not attach the image
Can I have the correct syntax please
PHPWeb DevelopmentApache Web Server