1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-08 11:52:30 +01:00

Updated Choosing a Server (markdown)

FreeScout 2024-06-18 10:37:14 +03:00
parent 5eda48e2c6
commit 7f3d2b6a58

@ -2,16 +2,16 @@
### Cron Jobs
Your server must allow to configure a [cron job](https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide#9-configuring-cron-jobs) to run a command every minute.
Your server must allow to configure a [cron job](https://github.com/freescout-help-desk/freescout/wiki/Installation-Guide#9-configuring-cron-jobs) to run a command every minute.
### Ports
If you are planning to send emails via SMTP, keep in mind that some shared hostings may restrict outgoing connection to SMTP ports (25, 587, 2525, etc) - so check this with your hosting before your start. If ports are closed check with the hosting if one of them can be opened. But usually hostings keep open at elast 2525 port, so you should be able to connect to some [Email Delivery Services](https://github.com/freescout-helpdesk/freescout/wiki/Sending-emails#email-delivery-services).
If you are planning to send emails via SMTP, keep in mind that some shared hostings may restrict outgoing connection to SMTP ports (25, 587, 2525, etc) - so check this with your hosting before your start. If ports are closed check with the hosting if one of them can be opened. But usually hostings keep open at elast 2525 port, so you should be able to connect to some [Email Delivery Services](https://github.com/freescout-help-desk/freescout/wiki/Sending-emails#email-delivery-services).
### Sending Emails
If you want to send emails using PHP's mail() function, keep in mind that shared hostings may have an outgoing mail quota limits (for example [DreamHost](https://mbsy.co/mVSLc) allows 200 recipients per hour).
If you are planning to send outgoing emails from [your own SMTP server](https://github.com/freescout-helpdesk/freescout/wiki/Sending-Methods), before starting **FreeScout** installation you need to make sure that SMTP server's IP is not [blacklisted](https://github.com/freescout-helpdesk/freescout/wiki/Blacklists-Check).
If you are planning to send outgoing emails from [your own SMTP server](https://github.com/freescout-help-desk/freescout/wiki/Sending-Methods), before starting **FreeScout** installation you need to make sure that SMTP server's IP is not [blacklisted](https://github.com/freescout-help-desk/freescout/wiki/Blacklists-Check).
If you are planning to provide support via FreeScout to customers with Chinese emails (`qq.com` for example) and want to send emails **from your own server** (via PHP's mail function or sendmail) instead of using [email service providers](https://github.com/freescout-helpdesk/freescout/wiki/Sending-Methods#user-content-email-service-providers), it is highly recommended to set up your server closer to China, as `qq.com` most likely will rejet all emails sent from servers located far from China with `"550 Ip frequency limited"` error message. So if you are using [DigitalOcean](https://m.do.co/c/d094555af590) or [Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html) you can get a server in Singapore and most likely your server will be able to send emails to `qq.com`.
If you are planning to provide support via FreeScout to customers with Chinese emails (`qq.com` for example) and want to send emails **from your own server** (via PHP's mail function or sendmail) instead of using [email service providers](https://github.com/freescout-help-desk/freescout/wiki/Sending-Methods#user-content-email-service-providers), it is highly recommended to set up your server closer to China, as `qq.com` most likely will rejet all emails sent from servers located far from China with `"550 Ip frequency limited"` error message. So if you are using [DigitalOcean](https://m.do.co/c/d094555af590) or [Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html) you can get a server in Singapore and most likely your server will be able to send emails to `qq.com`.