Im developing an application in Codeigniter which is highly dependent on properly sended emails. Our E-Mail Server Provider recently had technical issues and thus our app wasnt able to send mails. Im using the Codeigniters own E-Mail sending method:
$sendState = $instance->email->send ();
This method didnt return false nor produced any errors while the Provider had technical issues, but emails werent send. Is there any way to ensure Emails are properly send in Codeigniter or PHP in general? Thanks in advance for any help