My CodeIgniter application is hosted on shared hosting in the subdirectory
www.website.com/myapp
I tired Mailgun, Gmail and own shared hosting SMTP but not working on the live server please suggest me something.
Mailgun is working on localhost the rest not working on live server and localhost.
This is my Email configuration
'protocol' => 'smtp',
'mailpath' =>'/usr/sbin/sendmail',
'smtp_host' => 'smtp.mailgun.org',
'smtp_port' => 25,
'smtp_timeout' =>7,
'smtp_user' => 'postmaster@sandbox98d0b532baae4e5ab6109bd2a18ca559.mailgun.org',
'smtp_pass' => '***********************',
'mailtype' => 'html',
'charset' => 'utf-8',
'crlf' => "\r\n",
'newline' => "\r\n",
'wordwrap' => TRUE
Thanks