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

Re: Re: mail

$
0
0

Let's just try this:

 

$name = 'user';       $email = 'noreply@website.com';       $emailTo = 'email@anemail.com';       $message = 'test';            $subject = 'SUBJECT';       $headers = 'From: ' .' <'.$emailTo.'>' . "\r\n" . 'Reply-To: ' . $email;       $headers .= 'MIME-Version: 1.0' . "\r\n";       $headers.= 'From: Name <noreply@site.com>' . "\r\n";       $headers.= 'Content-type: text/html; charset=utf-8' . "\r\n";            mail($emailTo, $subject, $message, $headers);

 

If I can get this to work, then I will be able to get anything else to work.  All of the variables should be defined here.


Viewing all articles
Browse latest Browse all 92756

Trending Articles



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