Send email by using codeigniter library via localhost

前端 未结 3 1878
情深已故
情深已故 2020-12-01 06:59
public function sendemail(){
  $config = Array( 
  \'protocol\' => \'smtp\', 
  \'smtp_host\' => \'ssl://smtp.googlemail.com\', 
  \'smtp_port\' => 465, 
           


        
3条回答
  •  醉酒成梦
    2020-12-01 07:29

    I had the same problem and I solved by using the postcast server. You can install it locally and use it.

提交回复
热议问题