PHP mail sent through SMTP not working Hello,This is my final hope for my PHP form, I really hope I can get some help here, I have not succeeded anywhere else. This is my issue: I have to mail addresses that are receiving mails sent through this website, one is a gmail address and the other one is on the server (testmail@1alarm.se). When I try to send mails, they arrive at my gmail address, but not on the server address. I checked with the provider, one.com, that informed me that something was wrong with my code, but since they don't support scripts that they not have made, they could not help me. So now I'm turning to this highly evaluated brain trust, can anybody here help me? Address for website form: https://1alarm.se/kontakt.htmlphp code: <?php/*THIS FILE USES PHPMAILER INSTEAD OF THE PHP MAIL() FUNCTION*/use PHPMailer\src\PHPMailer;use PHPMailer\src\SMTP;use PHPMailer\src\Exception;require "PHPMailer/PHPMailerAutoload.php";//require "PHPMailer/src/Exception.php";//require "PHPMailer/src/PHPMail