Codeigniter Email error handling

后端 未结 3 1141
[愿得一人]
[愿得一人] 2020-12-18 18:54

The CI Email send() function only returns true or false. Is there a way to get a more detailed reason as to why a sending failed? I\'m using SMTP.

3条回答
  •  萌比男神i
    2020-12-18 19:41

    You could check your mail logs. If the mail errors out then you should have a record saying why in there.

    I'm not sure where they will be located though it depends on your system.

提交回复
热议问题