Advertisement
Guest User

Untitled

a guest
May 24th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #define MAILER_URL "my-server.com/mailer.php" // This has to be defined BEFORE you include mailer.
  2.  
  3. #include <mailer>
  4.  
  5. public OnFilterScriptInit( )
  6. {
  7. SendMail( "your.email@here.ok", "roleplay.server@example.com", "Roleplay \"Server\"", "My \"måïlër\" & it's sübjéct!", "Hèllö höw årë yoü? I'm \"writing\" weird simply to test if my mailer script can handle it without any problems. Göt å próblëm wïth thät?" );
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement