Sending Mail via Script?

ShadowLight

New member
Messages
46
Points
0
Hi there,

Does anyone know how to or has a template for me to send mail to players using NPC script?

Thanks in advance.

 
@@ShadowLight

I think best way to do this currently is is to store the emailaddress and messages in a mysqltable and use a cronjob to run a php script that grabs, sends and aftewards deletes the messages from the table.

 
@@ShadowLight

I think best way to do this currently is is to store the emailaddress and messages in a mysqltable and use a cronjob to run a php script that grabs, sends and aftewards deletes the messages from the table.
I'm looking to do an in-game mail that players will receive upon completing a quest. Not sure if that method would be the best way to do so.

 
Back
Top