Skip to content

Make Backend for Email #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ScreamingDev opened this issue Jul 10, 2013 · 1 comment
Closed

Make Backend for Email #2

ScreamingDev opened this issue Jul 10, 2013 · 1 comment
Milestone

Comments

@ScreamingDev
Copy link
Owner

Make a backend that can

  • enable/disable mail
  • send mail to different address
ScreamingDev added a commit that referenced this issue Jul 21, 2013
- Added Menu Entry and ACL for Core
- Added Tab for Core_Email with templates
- Added JS for Core
- Added Controller for Core and layout generating tabs
ScreamingDev added a commit that referenced this issue Aug 15, 2013
- Added Tab "Developer Mode" in admin/system/config
- Added section for Core settings
- LeMike_DevMode_Model_Core_Email overrides core_email and fetches outgoing mail
ScreamingDev added a commit that referenced this issue Aug 15, 2013
- Do not send mail if no recipient given
@ScreamingDev
Copy link
Owner Author

TODO Reflection needed on Zend_Mail

    $r = new ReflectionObject($this->_bodyHtml);
    $p = $r->getProperty('_content');
    $p->setAccessible(true);
    die($p->getValue($this->_bodyHtml));

ScreamingDev added a commit that referenced this issue Aug 21, 2013
- Override Mail and configure if it can be send
ScreamingDev added a commit that referenced this issue Aug 21, 2013
- Hotfix when mail is not allowed to be send
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant