Search found 1 match
- Tue Aug 26, 2008 6:34 pm
- Forum: PHP - Code
- Topic: php mail() script not working with https
- Replies: 1
- Views: 190
php mail() script not working with https
Hi guys, I know a lot of people here are php guru, so please help me sort out this problem. I have a website and is configured to work with http and also with https. I create a simple php mail() script, call mail.php <?php $to = "someone@gmail.com"; $subject = "Test mail"; $messa...