0
votes
0answers
96 views

Unexpected http status error in Amazon SES API

I am trying to use Amazon SES API to send mail using PHP. I am following this github example. My php code is like following: <?php if (!class_exists('SES')) require_once 'SES.php'; // ...
4
votes
2answers
1k views

Again: sending mail (through php) from an EC2 instance

I have seen lots of discussion on the problem of sending mail from an amazon EC2 instance using php's mail function. None of the suggestions have worked with me. Here is my setup: I have ubuntu ...
2
votes
2answers
4k views

EC2 - Fresh PHP install - Mail not working

I am getting familiar with Amazons EC2. I installed a LAMP setup but when I try to send emails through the mail() function that I have in my pages it does not work. I checked and sendmail is running ...