Guest User

SMTP Config

a guest
Dec 19th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. $SmtpServer="mail.cubixsystems.com";
  3. $SmtpPort="25"; // also tried 465
  4. $SmtpUser="test@cubixsystems.com";
  5. $SmtpPass="test@123";
  6. ?>
Add Comment
Please, Sign In to add comment