Thing is they receive all the other emails just fine when I send it from that email address via outlook. The webserver its being sent from is a rackspace one.
Hello,
There were some claims he was involved in the malware scene in Montréal in the 00's, but I don't think they were ever substantiated.
Regards,
Aryeh Goretsky
i had to pay 20. Only because my PS4 wouldn't transfer it to PS5. Then it would get to 24% when using the disc and fail. So, I bought the online version only.
Microsoft Edge comes pre-installed with Windows 11 and it's a great browser, so why not use it? Not everyone is trying to run away from Google, sometimes people just want convenience and less friction.
Question
Axel
Hi all,
I thought I'd be smart and write a form page which would automatically construct an email to send to the specified client.
<?php ini_set('display_errors','On'); error_reporting(E_ALL); $emailto = $_POST['emailto']; $emailfrom = $_POST['emailfrom']; $subject = $_POST['subject']; $name = $_POST['name']; $date = $_POST['date']; $time = $_POST['time']; $location = $_POST['location']; $maplink = $_POST['maplink']; $screenername = $_POST['screenername']; $room = $_POST['room']; $yourname = $_POST['yourname']; $headers = 'From: '.$emailfrom. "\r\n"; $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; $body = $_POST['emailbody']; mail($emailto, $subject, $body, $headers); echo "<h3 style='font-size: 20px;'>Success.</h3>"; echo "<p>The email has been successfully sent.</p>"; ?>the $emailfrom variable is typically set to one of three company domains, for example:
Thing is they receive all the other emails just fine when I send it from that email address via outlook. The webserver its being sent from is a rackspace one.
Cheers,
Alex
Link to comment
https://www.neowin.net/forum/topic/1154312-php-emailer-landing-in-client-spam/Share on other sites
1 answer to this question
Recommended Posts