SA-MP Forums Archive
Question - 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)
+--- Thread: Question (/showthread.php?tid=642218)



Question - kAn3 - 26.09.2017

PHP Code:
SendMail(const szReceiver[ ], const szSenderMail[ ], const szSenderName[ ], const szSubject[ ], const szMessage[ ] ); 
Works?


Re: Question - NaS - 26.09.2017

Without any info it's hard to tell just from the function header.

Where is it from? What include and/or plugin?


Re: Question - kAn3 - 27.09.2017

I'm using SublimeText 3 and this native shows up when I type "send"


Re: Question - Misiur - 27.09.2017

It's just a hint, it comes from https://github.com/Southclaws/pawn-s...me-completions

If you have mailer.inc, then yes, it will work (but it might require server script, I don't think you can send mail in pure pawn)


Re: Question - kAn3 - 28.09.2017

Aw I wanted to Rep you but cannot atm. Yes, we cannot send mail in pure pawno for sure, yet this amazes me.