Is it possible to use the email library outside of codeigniter? |
(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. 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. |
Messages In This Thread |
Is it possible to use the email library outside of codeigniter? - by desbest - 01-13-2018, 01:22 PM
RE: Is it possible to use the email library outside of codeigniter? - by skunkbad - 01-13-2018, 04:20 PM
RE: Is it possible to use the email library outside of codeigniter? - by desbest - 01-16-2018, 04:28 AM
RE: Is it possible to use the email library outside of codeigniter? - by dave friend - 01-16-2018, 08:54 AM
|