[HELP]Email
#1

Hello, I have a problem with e mail and sending mail via the scripted, I'm all set to be but we certainly will not get mail to the email address that I set up ..
CODE:
Код:
#define MAILER_URL "paradox-samp.uphero.com/mailer.php" // This has to be defined BEFORE you include mailer.
#include <mailer>
#define PARADOX_EMAIL "paradoxrp@gmail.com"
new ime[MAX_PLAYER_NAME];
GetPlayerName(playerid, ime, sizeof(ime));
RPIme(playerid, ime);
new email1[164],email2[164],email3[164],email4[164],email5[164],email6[164],email7[164],eemail[1148]; //1148
format(email1, sizeof(email1), "PARADOX ROLEPLAY - Dobrodoslica");
format(email2, sizeof(email2), "Vase Informacije su:Ime: %s Lozinka: %s Admin Lvl: %d",ime,PlayerInfo[playerid][pLozinka],PlayerInfo[playerid][pAdmin]);
format(email3, sizeof(email3), "GamePath: %d Level: %d Novac: %d Donator Bodovi: %d",PlayerInfo[playerid][pGamePath],PlayerInfo[playerid][pLevel],PlayerInfo[playerid][pNovac],PlayerInfo[playerid][pBodovi]);
format(email4, sizeof(email4), "Zelimo vam ugodan boravak na serveru i na forumu! ");
format(email5, sizeof(email5), "FORUM: www.paradox-samp.info");
format(email6, sizeof(email6),"____________________________________________________________________________");
format(email7, sizeof(email7), "                 												Paradox Staff Team! ");
format(eemail, 512,"%s%s%s%s%s%s%s",email1,email2,email3,email4,email5,email6,email7);
SendMail(PARADOX_EMAIL, PlayerInfo[playerid][pEmail], "Paradox Staff Team", "PARADOX ROLEPLAY1 - Dobrodosli", eemail);
Reply
#2

EDIT: You already done it haha
Reply
#3

Quote:
Originally Posted by Mimic
Посмотреть сообщение
EDIT: You already done it haha
what?
Reply
#4

EDIT:
Quote:
Originally Posted by Ivica_Razor
Посмотреть сообщение
what?
When I look at your thread, you hadn't used [CODE][./CODE] so I posted asking you to use it, when I already posted it, you already used it haha.
Reply
#5

Quote:
Originally Posted by Mimic
Посмотреть сообщение
EDIT:

When I look at your thread, you hadn't used [CODE][./CODE] so I posted asking you to use it, when I already posted it, you already used it haha.
haha, maybe you know where is the problem?
Reply
#6

Bump?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)