smtp_config.php 285 B

1234567
  1. <?php
  2. $smtp_server = "mail.extraplayer.com"; // SMTP servers
  3. $smtp_auth = true; // turn on SMTP authentication
  4. $smtp_username = "ccs@extraplayer.com"; // SMTP username
  5. $smtp_password = "1q2w3e4r"; // SMTP password
  6. $mail_to="ccs@extraplayer.com";
  7. ?>