Details
-
Library Bug
-
Resolution: Fixed
-
Major
-
None
-
Professional Edition
-
None
-
Linux observium-isp.cell 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
centos 7
Description
Hei All ,
I am using 25.2.13882 , I need to send alerts via email with authentication
I can see that by default it uses SSL or TLS , but in my case is not secured
$config['email']['backend'] = 'smtp';
$config['email']['smtp_host'] = 'mail.server'; // Outgoing SMTP server name.
$config['email']['smtp_port'] = 25; // The port to connect.
$config['email']['smtp_timeout'] = 10; // SMTP connection timeout in seconds.
$config['email']['smtp_auth'] = TRUE;
$config['email']['smtp_username'] = 'myuser';
$config['email']['smtp_password'] = 'mypass';
tried :
$config['email']['smtp_secure'] = NULL;
and
$config['email']['smtp_secure'] = '';
both of them ended with authentication + secure and not only authentication
Attachments
Activity
Assignee | Original: Adam Armstrong [ adama ] | New: Mike Stupalov [ landy ] |
Issue Type | Original: Help [ 10200 ] | New: Library Bug [ 10100 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: In Review [ 10101 ] | New: In Progress [ 3 ] |
Status | Original: Pending Response [ 10000 ] | New: In Review [ 10101 ] |
Status | Original: Open [ 1 ] | New: Pending Response [ 10000 ] |