Mail not sending from hosted codeigniter application [duplicate]
问题 This question already has answers here : PHPMailer GoDaddy Server SMTP Connection Refused (19 answers) Closed 3 years ago . Gmail smtp is configured successfully in localhost, but the same thing not working in remote after moved to godaddy server. It is not send any mails from the application. This is my gmail smtp configuration. $config ['protocol'] = 'smtp'; $config ['smtp_host'] = 'ssl://smtp.gmail.com'; $config ['smtp_port'] = '465'; $config ['smtp_user'] = 'xxx@gmail.com'; $config ['smtp