Welcome Guest, Not a member yet? Register   Sign In
email class subject line on iPhone
#1

[eluser]TheoR74[/eluser]
I am attempting to send an email to an iPhone as a Text Message. All is fine, except that the subject has ?utf-8?Q? before the actual subject. When I send the same message to a regular email address, it works fine.

Here is the code:

Code:
$this->load->library('email');
    
     $this->email->from('[email protected]', 'Test User');
     $this->email->to($val);
    
     $this->email->subject($subject);
     $this->email->message($message);
    
     $this->email->send();

I'm not setting any config settings.
#2

[eluser]CroNiX[/eluser]
https://github.com/EllisLab/CodeIgniter/issues/1409




Theme © iAndrew 2016 - Forum software by © MyBB