Wednesday, June 15th, 2022 by Helge

Mails can bounce back with the message " Your message is blocked for low reputation", or similar. If you wonder: it is likely that your e-mail landed on an e-mail server blacklist! This happens when your domain/mail server IP is blacklisted by any 3rd party anti-spam agency. Eg: Spamhaus, RBL, CBL, etc. Also, many mail servers reject such emails outright if the mails look suspicious and have a probability of being spam mail. Your mail can be flagged for spam and get rejected.
This can even happen if your are not a spammer and if your e-mails have no bad intention. If your e-mails are blocked due to blacklisting there ...
Thursday, June 2nd, 2022 by Helge

The php. ini file is the default configuration file for running applications that require PHP. It is used to control variables such as upload sizes, file timeouts, and resource limits. You can check your default settings if you create a php file in your root directory and add this code to that file
<?php
phpinfo()
?>
However, some plugins and themes require different PHP settings than those set by default. Via your Servage account, you have a vast flexibility and you can adjust many settings in accordance to your needs!
In your Servage control panel, you find the PHP config button which allows you to edit some common php.ini settings:
log ...
Recent comments