user_guide_src/source/installation/upgrade_emails.rst
Upgrade Emails ##############
.. contents:: :local: :depth: 2
Email Documentation CodeIgniter 3.x <http://codeigniter.com/userguide3/libraries/email.html>_Email Documentation CodeIgniter 4.x </libraries/email>email-ssl-tls-for-smtp and :ref:email-preferences.$this->load->library('email'); to $email = service('email');.$this->email to $email.send(), attach(), printDebugger() and clear() have a set as prefix followed by the previous method name. bcc() is now setBcc() and so on.setting-email-preferences to have a list of the new attributes... literalinclude:: upgrade_emails/ci3sample/001.php
.. literalinclude:: upgrade_emails/001.php