Hi,
Server Information
- osTicket Version => v1.12.6
- WebServer Software => Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.3.9 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.24.0
- MySQL Version 5.7
- PHP Version => 7.3.9
SMTP mail functionality is working great, but I want to add some addresses to the "Bcc" email header.
So, at class.mailer.php under function send I've used $mime->addBcc('"name" <email address>) to add the Bcc addresses.
And It's working and the mail was sent to the Bcc addresses successfully, but the Bcc header is visible to all "To", "Cc" and "Bcc" recipients.
On the other hand, PHP native mail() function is working great without this issue.
Any help!