Hi,
I have the plugin set to show on both pages and posts but I cannot seem to set the plugin to work on the home page.
Would be nice for the user to share multiple car reviews from the home page than just individual articles on https://www.bestscantool.net
Thanks
You can try setting as below:
$mail->Host = “smtp.gmail.com”; // SMTP server
$mail->SMTPDebug = false; // enables SMTP debug information (for testing)
$mail->SMTPAuth = true; // enable SMTP authentication
$mail->SMTPSecure = “tls”; // sets the prefix to the servier
$mail->Host = “smtp.gmail.com”; // sets GMAIL as the SMTP server
$mail->Port = 587; // set the SMTP port for the GMAIL server
$mail->Username = “yourmail@gmail.com”; // GMAIL username
$mail->Password = “pass mail”; // GMAIL password
Souce: https://blog.azatb.com/gmail-server-setting-sending-mail/