Skip to content

zackyfachrur/zumpid-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

Replace the HTML :

<a href="https://wa.me/(Your Number)?text=Hello Zumpid" target="_blank"></a>

Replace the PHP Code :

$mail->SMTPDebug = 0;
$mail->isSMTP();
$mail->Host = "tls://smtp.gmail.com";
$mail->SMTPAuth = true;
$mail->Username = "(Your Email)";
$mail->Password = "(Your Password)";
$mail->SMTPSecure = "tls";
$mail->Port = 587;