PHPMailer Email Library |
[eluser]darkhouse[/eluser]
Hello everyone! I have a project that uses the email library all over the place, but I was having some issues with it, so I decided to make it use PHPMailer instead. The problem was I didn't want to recode everything, so I made PHPMailer load as a plugin within the Email library and then added it to all of the functions. It is a drop in replacement for the Email library, however I left most of the original code in tact. The main thing I disabled is the method it uses to actually send the emails. I just added PHPMailer code to the rest of the methods. My reasoning for this was 2 things, first, I didn't want to remove something important, and also, I'm on a super tight timeline, I needed to do the least amount possible. So if anyone wants to trim it down so it's just bare minimum code, that would be great. Anyways, enough rambling, here's the zip file with everything you need to get going. PHPMailer Email Library |
Welcome Guest, Not a member yet? Register Sign In |