Problem In Text Format When I Want To Send Email From Game ! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Problem In Text Format When I Want To Send Email From Game ! (
/showthread.php?tid=546139)
Problem In Text Format When I Want To Send Email From Game ! -
amirab - 13.11.2014
hey all
can anyone help me with my email sender?
i made a system for it but yahoo or ****** doesn't support html (maybe)
i tried any thing but still no answer
here is my html code :
PHP код:
format( gsString, sizeof(gsString), "<html><body><b>Hey %s, welcome on </i>Rare Warfare TDM</i> original sa-mp server.\n", gsString, PlayerName2(playerid) );
format( gsString, sizeof(gsString), "%sVisit out website: Coming soon and our forums: Coming soon\n", gsString );
format( gsString, sizeof(gsString), "%sHave fun on our server and donate for special features like admin or VIP.</b>", gsString );
format( gsString, sizeof(gsString), "%s</body></html>", gsString );
thanks ,
Re: Problem In Text Format When I Want To Send Email From Game ! -
Luis- - 13.11.2014
Shouldn't this belong in scripting help?
Re: Problem In Text Format When I Want To Send Email From Game ! -
amirab - 13.11.2014
it's not about pawn scripting ,
it's about do gmail or yahoo support html or not?
Re: Problem In Text Format When I Want To Send Email From Game ! -
Luis- - 13.11.2014
Well, if you're sending it from in game, I would of thought it was related.