Using HTTP to send emails - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Using HTTP to send emails (
/showthread.php?tid=228268)
Using HTTP to send emails -
Jochemd - 19.02.2011
Hello,
Today, I'm trying to figure out how the HTTP function exactly works. What I want, is send an email when the player registers (no, I don't want to use any Filterscript / Include). But I noticed it's pretty hard to use it and I have no idea where to start. How can I send emails with this function? Any tutorial would be very appreciated!
Yours faithfully,
Jochem
Re: Using HTTP to send emails -
Think - 19.02.2011
First you need a webhost, then make the PHP file then use the HTTP function to call the PHP script (with the needed parameters) and the PHP script will actually do the hard part.
Re: Using HTTP to send emails -
Mean - 19.02.2011
Slice made a script for e-mail. Check it out.
Re: Using HTTP to send emails -
Jochemd - 19.02.2011
Think: That was exactly what I knew

. But the parameters are the problem :/