Topic: [resolved] Special mail function
Hello,
I had a look on the forum but found nothing about that...
I can't use the PHP mail() function on this server, it's not activated. I asked the admin, he gave me only the right to use his own function : mail_php("adresse_mail_destination","Votre adresse teria",$contenu,"Le sujet du mail");
It seems you don't need to specify the smtp adressa and returns 1 if success
The function works perfectly in a form, but the problem is with the forum:
But I saw in the code that PunBB uses the mail() function, so I can't use the maling-list and the maling password check features. I tried to modify the source code but I am a newbie in PH and it didn't work.
Do you have any idée to fiddle with it ?