Welcome Guest, Not a member yet? Register   Sign In
Is it possible to use the email library outside of codeigniter?
#1

Is it possible to use the email library outside of codeigniter?
Reply
#2

It is, but why? There are some really nice email packages out there, like Swiftmailer: https://packagist.org/packages/swiftmailer/swiftmailer
Reply
#3

Yes I know there's some good packages and classes for SMTP mail, but I'm curious if I can use the Codeigniter email library outside of Codeigniter because I find it easy to use.

If so, how do I do it?
Reply
#4

(01-16-2018, 04:28 AM)desbest Wrote: Yes I know there's some good packages and classes for SMTP mail, but I'm curious if I can use the Codeigniter email library outside of Codeigniter because I find it easy to use.

If so, how do I do it?

Find all references to other CI classes, functions, and constants that occur in CI_Email and figure out what is needed to convert that reference to run outside of CI which will, in part, require you recursively use this sentence to evaluate each and every reference you find.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB