Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /*
  2. * Step 4: System Email
  3. *
  4. * MB_EMAIL: This will be the email address that any notification email from
  5. * MiningBuddy will come from.
  6. * Default setting is MiningBuddy@yourdomain to change this
  7. * replace MiningBuddy@ with the email address you choose and remove
  8. * . $DOMAIN to make the line look like this.
  9. * example: $MB_EMAIL = "you@yourdomain";
  10. */
  11. $MB_EMAIL = "MiningBuddy@" . $DOMAIN;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement