Sending email via PHP script

To send messages from a website, it is recommended to configure your CMS to use the SMTP server mail.nic.ru, port 587 or 465 (SSL). You must provide authentication using the credentials of one of your domain’s mailboxes. You can create such a mailbox in the Mail (Почта) section of the hosting control panel.

Some CMS platforms may require additional modules, for example, WP Mail SMTP for WordPress.

If you use the php mail() function, messages from the website may fail to deliver if memory usage on your hosting account approaches the plan limits. If php mail() must be used, monitor resource usage in the Resources (Ресурсы) section of the control panel and follow the hosting recommendations to reduce memory consumption.

Всё ещё остались вопросы?