zackyfachrur / zumpid-web

Website Portfolio Sederhana

Home Page:https://zumpy.rozistudio.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

Website Portfolio Sederhana

https://zumpy.rozistudio.com


Languages

Language:PHP 67.0%Language:Hack 20.7%Language:JavaScript 12.3%