PHP ver gevorderde |
|
Code: http://www.plaatscode.be/2874/
---
Hallo,
De bovenstaande code is nog niet af, er moet nog een check in of het wel een geldige e-mail is etc. Dus geen commentaar daarop ;)
Maar zodra het script bij de mail() komt krijg ik een error:
Warning: mail() [function.mail]: SMTP server response: 530 5.7.0 Must issue a STARTTLS command first 39sm1373211ugb in H:\Server\Apache2\htdocs\test\verwerken.php on line 32
Warning : mail() [function.mail]: SMTP server response : 530 5 .7 .0 Must issue a STARTTLS command first 39sm1373211ugb in H :\Server\Apache2\htdocs\test\verwerken .php on line 32
In mijn php.ini heb ik wel een SMTP server opgegeven ;)
Hoe kan ik dit oplossen want de mail word niet verstuurd
EDIT: Ik heb het gevonden:
This error may come up if SMTP server that you're sending through has email sending restrictions. Sometimes, mail servers are configured to e.g. only allow emails from common email clients (outlook, etc.) and block any email sending requests coming from other programs. You should try a different SMTP server or use Email Seeker's internal mail server (comes with Pro version)
|