Firstly hello... so far I have to say X10 is looking good... thank you...
Below is the error I get when I try run PHPMailer... which sends emails to my SMTP server...
I'm not sure why but I think the firewall or something is seeing the code call sockets and its shutting me down...
I don't send many mails... probably no more than 10 a week... but they are important to the site which is a booking system I'm working on... the customer has to get those emails...
The standard PHP MAIL seems to be useless on all the sites I've tried... it takes forever and often mails vanish into thin air... so I have to send it to my SMTP server... and use sockets to do it...
How do I give permissions to my site to do this...?
Thanks in advance...
500 Error
An internal server error has occurred. Please try your request again momentarily.
Below is the error I get when I try run PHPMailer... which sends emails to my SMTP server...
I'm not sure why but I think the firewall or something is seeing the code call sockets and its shutting me down...
I don't send many mails... probably no more than 10 a week... but they are important to the site which is a booking system I'm working on... the customer has to get those emails...
The standard PHP MAIL seems to be useless on all the sites I've tried... it takes forever and often mails vanish into thin air... so I have to send it to my SMTP server... and use sockets to do it...
How do I give permissions to my site to do this...?
Thanks in advance...
500 Error
An internal server error has occurred. Please try your request again momentarily.
- File or directory permissions are set too high: Files should be 0644, directories 0755.
- Problem with your .htaccess file.
- A syntax error in a CGI script.