SMTP Error(220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.) [closed] SMTP Error(220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.) [closed] codeigniter codeigniter

SMTP Error(220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.) [closed]


I'm having the same problem. After some research I found that the solution for me was:

 $config['protocol'] = "mail"; $config['smtp_port'] = 587;