[Include] C_Mail
#1

- C_Mail
~ After a lot of requests i decided to make an simple but effective Mail script.
~ No plugins needed.
~ Only tested on Debian 5.
~ Simple and smooth. Does exactly what it should .. Nothing more Nothing less.

Link(s):
~ Pastebin - Include.v.1.2
~ Pastebin - Php file.v.1.1

How to:
~ Upload the php script to your host.
~ Edit the include file to match your host.
~ Put the include file inside '/pawno/include'.
~ Add the include to your gm by : '#include <c_mail>'.
~ Enjoy.

Editing the include:
Look into the include and look for the 'SendMail' Stock, and the format part, you will see theres 'localhost/index.php' this would be the path to were you uploaded your script Ex: sa-mp.com/index.php. Edit it to match your host.
Code:
pawn Код:
stock SendMail(reciever[], sender[], subject[], message[])
{
    new string[128];
    format(string, sizeof(string), "localhost/index.php?sender=%s&reciever=%s&subject=%s&message=%s",sender,reciever,subject,message);
    HTTP(1, HTTP_GET, string, "", "MailResponse");
}

That's it.

Creditz:
~ g_aSlice.
~ SA-MP dev team.
~ Me .
Can't get it working? write an reply and let me know about your problem.
Reply


Messages In This Thread
C_Mail - by Cameltoe - 07.11.2010, 14:43
Re: C_Mail - by Luis- - 07.11.2010, 14:45
Re: C_Mail - by Cameltoe - 07.11.2010, 14:52
Re: C_Mail - by willsuckformoney - 07.11.2010, 14:59
Re: C_Mail - by Cameltoe - 07.11.2010, 15:00
Re: C_Mail - by asdfgh98 - 07.11.2010, 15:03
Re: C_Mail - by woot - 07.11.2010, 15:21
Re: C_Mail - by Cameltoe - 07.11.2010, 15:25
Re: C_Mail - by BLAbla93 - 08.11.2010, 05:00
Re: C_Mail - by Haji - 08.11.2010, 08:17
Re: C_Mail - by Aleluja - 08.11.2010, 08:43
Re: C_Mail - by Cameltoe - 08.11.2010, 11:52
Re: C_Mail - by Brian_Furious - 08.11.2010, 12:52
Re: C_Mail - by Scenario - 08.11.2010, 13:03
Re: C_Mail - by Cameltoe - 08.11.2010, 13:25
Re: C_Mail - by WillyP - 08.11.2010, 13:28
Re: C_Mail - by Cameltoe - 08.11.2010, 13:34
Re: C_Mail - by WillyP - 08.11.2010, 13:35
Re: C_Mail - by Cameltoe - 08.11.2010, 13:36
Re: C_Mail - by Slice - 08.11.2010, 14:05
Re: C_Mail - by iJumbo - 08.11.2010, 14:14
Re: C_Mail - by oliver12 - 08.11.2010, 14:19
Re: C_Mail - by iJumbo - 08.11.2010, 14:21
Re: C_Mail - by Hiddos - 08.11.2010, 14:22
Re: C_Mail - by iJumbo - 08.11.2010, 14:23
Re: C_Mail - by Slice - 08.11.2010, 14:25
Re: C_Mail - by Cameltoe - 08.11.2010, 14:25
Re: C_Mail - by legodude - 08.11.2010, 14:28
Re: C_Mail - by Cameltoe - 08.11.2010, 14:40
Re: C_Mail - by ziomal432 - 08.11.2010, 15:04
Re: C_Mail - by TheArcher - 25.07.2011, 11:45
Re: C_Mail - by Maniek - 08.10.2012, 18:10
Re: C_Mail - by Cameltoe - 09.10.2012, 14:33
Re: C_Mail - by BlueFire_ - 10.10.2012, 09:07
Re: C_Mail - by Cameltoe - 11.10.2012, 12:53

Forum Jump:


Users browsing this thread: 9 Guest(s)