whoami7 - Manager
:
/
home
/
techyfnq
/
mailer.techinfrareviews.com
/
Upload File:
files >> //home/techyfnq/mailer.techinfrareviews.com/configuration.mailer.php
<?php /* From address used in forward email to a friend. Typically it should be same as $mail->From */ $mail->IsSMTP(); // telling the class to use SMTP $mail->Host = "mail.segnant.com"; // SMTP server $mail->Username = 'smtp_auth@segnant.com'; $email->Password = 'smtp_pass'; $email->SMTPAuth = true; $mail->From = "info@segnant.com"; $mail->FromName = "Segnant Mailer"; ?>
Copyright ©2021 || Defacer Indonesia