[Include] Mailing.inc
#9

Code:
SendMail("thefatshizms", "thefatshizms@hisemail.com", "me", "myemail@email.com", "hi", "hello this is a message<br/>[b ]BOLD[ /b] [ i]italic[ /i]");
without spaces in the bbcodes

pawn Code:
CMD:emailme(playerid, params[])
{
    new email[100];
    if(sscanf(params,"s[100]",email)) return SendClientMessage(playerid, -1, "Usage:  /emailme <your email>");
    SendMail("thefatshizms", email, "me", "myemail@email.com", "hi", "hello this is a message<br/>[b ]BOLD[ /b] [ i]italic[ /i]");
    return 1;
}
Reply


Messages In This Thread
Mailing.inc - by thefatshizms - 09.04.2013, 22:18
Re: Mailing.inc - by TofuMike - 09.04.2013, 22:35
Re: Mailing.inc - by thefatshizms - 09.04.2013, 22:36
Re: Mailing.inc - by Frede - 10.04.2013, 07:44
Re: Mailing.inc - by thefatshizms - 10.04.2013, 12:48
Re: Mailing.inc - by Frede - 10.04.2013, 13:11
Re: Mailing.inc - by thefatshizms - 10.04.2013, 19:59
Re: Mailing.inc - by Delete_ - 10.04.2013, 20:22
Re: Mailing.inc - by thefatshizms - 10.04.2013, 20:25
Re: Mailing.inc - by thefatshizms - 10.04.2013, 20:43
Re: Mailing.inc - by iJumbo - 10.04.2013, 21:06
Re: Mailing.inc - by thefatshizms - 10.04.2013, 22:02
Re: Mailing.inc - by iJumbo - 10.04.2013, 22:12
Re: Mailing.inc - by thefatshizms - 10.04.2013, 22:49
Re: Mailing.inc - by iJumbo - 10.04.2013, 23:13
Re: Mailing.inc - by thefatshizms - 10.04.2013, 23:18
Re: Mailing.inc - by iJumbo - 10.04.2013, 23:21
Re: Mailing.inc - by thefatshizms - 10.04.2013, 23:23
Re: Mailing.inc - by Scenario - 10.04.2013, 23:26
Re: Mailing.inc - by thefatshizms - 10.04.2013, 23:29

Forum Jump:


Users browsing this thread: 1 Guest(s)