Codeigniter Email issue

Codeigniter Email issue
Codeigniter Email issue with sending emails with attachmentsThis is a multi-part message in MIME format.Your email application may not support this format. –B_ATC_663a4b4ba35f5Content-Type: multipart/alternative; boundary=”B_ALT_663a4b4ba35f4″ –B_ALT_663a4b4ba35f4Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bit Please Download PDF invoice Solution:/system/libraries/email.php
Replace
public $newline = “\n”;
public $crlf = “n”;
With
public $newline = “\r\n”;
public $crlf = “\r\n”;
Tags:codeigniter
Recent Posts
Nikita chandel0 Comments
The Advantage and Disadvantage of Using Website Builders vs. Custom Development
admin0 Comments