Search results

  1. I

    Change default admin email from root@localhost to root

    Hello Cold, I think I need an smtp configuration to be able to use this type of form: ... $mail = new PHPMailer(true); try { $mail->isSMTP(); $mail->Host = 'smtp.site.com.br'; // my site $mail->SMTPAuth = true...
  2. I

    Change default admin email from root@localhost to root

    How to configure to send emails to Gmail or Hotmail instead of sending to root@?
Top