Error while sending mail using PHP scripts
Problem: Got the following error while sending mail using php scripts. ——————————————————————————–T=remote_smtp defer (-1): smtp transport process returned non-zero status 0x000b:terminated by signal 11——————————————————————————– Then you can fix the issue by editing your /etc/exim.conf, and changing the following code: ———————-remote_smtp: driver = smtp———————- To be, ———————-remote_smtp: driver = smtp hosts_avoid_tls=*———————-… Continue Reading Error while sending mail using PHP scripts