How to use Phpmailer in the MVC file structure

Asked

Viewed 223 times

1

I need to use Phpmailer and my project has the MVC structure, but I don’t know how to organize the files in my models. I have the following file structure:

root/   
  ajax/   
  controllers/   
  core/
    phpmailer/
        class.phpmailer.php
        class.smtp.php
        PHPMailerAutoload.php
    core.php
    model.php
    controller.php   
  designer/   
  front/   
  models/
     Email.php

How will I?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.