Thanks, I gonna try that !

// EDIT : it worked perfectly. At the begining it didn't, but because my test address was already set. You can't use the same address for two accounts, it's logic, but I didn't notice it before.

Thanks again

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 ?