vanessa
- Total activity 1160
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 492
Comments
Recent activity by vanessa-
$mail->isSMTP() Sort of implies you're trying to use SMTP but are not passing any credentials. So either don't use SMTP, or specify your login details.
-
By default, cPanel servers will not allow you to send email via SMTP without authentication. There is also the possibility that SMTP Tweak is different on both servers, so you might want to check t...
-
I'm im understanding correctly, you want to be able to send email from a script without authenticating first. With phpmailer, the simplest way is to not use SMTP, but rather sendmail, which doesn't...
-
Currently in cPanel, any certificate installed has to have a domain associated with it, due to the fact that cPanel uses domains in its configuration to build the httpd.conf. However, if you instal...
-
SPF is deprecated. But in any case, it wouldn't really hurt. We use a basic SPF for all of our server hostnames.
-
I can't think of anything in /root itself that would be tied to CSF. You can perhaps try reinstalling CSF though and see if that fixes the issue. There isn't really anything critical in /root, how...
-
then kill the query.
-
The problem is that MySQL isn't shutting down in order to restart. The init script has a timeout so even though you see ERROR in the output, MySQL is still actually shutting down. Tail the log whi...
-
It's a matter of regex:
-
It doesn't work that way - if it did, anyone could compromise the security of your certificate. If you don't have the private key, the only thing you can do is generate a new CSR (which will gener...