Codeigniter SMTP Email with Amazon SES

后端 未结 5 1927
天命终不由人
天命终不由人 2021-02-05 06:43

I think yesterday Amazon announced SMTP support for SES (Simple Email Service).

I tried to send SMTP email with Codeigniter with no luck.

I have a verified sende

5条回答
  •  后悔当初
    2021-02-05 07:12

    I got that timeout message until I added the line:-

    $this->email->set_newline("\r\n");
    

    I have my host set as ssl://email-smtp.us-east-1.amazonaws.com

提交回复
热议问题