What this solution does
The module routes all site emails through an external SMTP server, supporting popular providers such as Yandex, Mail.ru, Gmail, Beget, and Timeweb.
This solution addresses common issues: messages landing in spam folders, hosting blocking or failing to deliver mail, and lack of control over the sending process.
Key capabilities:
• Pure PHP SMTP client requiring no Composer or PHPMailer;
• Pre-configured presets for major email services;
• Support for SSL and STARTTLS protocols;
• DKIM email signing;
• Logging of sent messages and errors;
• Attachment support from email templates (PDF, documents, etc.);
• Test sending functionality via the admin panel;
• Seamless operation via CEvent::Send without creating duplicates.
Ideal for online stores, corporate websites, and any 1C-Bitrix projects where email deliverability is critical.
General iT can install and configure this module and check how it works on your website.