Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 92756

Re: Contact form Not working with Hotmail Accounts

$
0
0

Ok so i have sorted the issue myself with NO THANKS to adobe

 

Heres what everyone needs to do!

 

Go to the following file public html - scripts - form process.php

 

You then need to edit the following: ( line 103 )

 

 

function get_email_headers($to_email, $form_email) {

  $headers = 'From: ' . $to_email . PHP_EOL;

  $headers .= 'Reply-To: ' . $form_email . PHP_EOL;

  $headers .= 'X-Mailer: Adobe Muse CC 2014.2.0.284 with PHP' . PHP_EOL;

  $headers .= 'Content-type: text/html; charset=utf-8' . PHP_EOL;

 

  return $headers;

}

 

 

This needs changing to the following:

 

function get_email_headers($to_email, $form_email) {

$headers = 'From: ' . $to_email . PHP_EOL;

$headers .= 'Reply-To: ' . $form_email . PHP_EOL;

$headers .= 'MIME-Version: 1.0' . PHP_EOL;

$headers .= 'X-Mailer: Adobe Muse CC 2014.2.0.284 with PHP' . PHP_EOL;

$headers .= 'Content-type: text/html; charset=utf-8' . PHP_EOL;

 

 

return $headers;

}

 

 

The form will now work with hotmail, Gmail etc etc

 

Hope this helps anyone having the same problem


Viewing all articles
Browse latest Browse all 92756

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>