Error when sending second mail from a cronjob
After sending a mail we call the finish() method which rests the connection. However for the smtp_port it sets an empty string, which causes an error when sending a second mail. `PHP Fatal error: Uncaught TypeError: fsockopen(): Argument #2 ($port) must be of type int, string given in /usr/local/ispconfig/server/lib/classes/ispcmail.inc.php:588`
issue