Giter VIP home page Giter VIP logo

laravel-log-mailer's People

Contributors

robjenkinson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

laravel-log-mailer's Issues

Registered View Path is invalid

Hi,

the view-path that you register in the \DesignMyNight\Laravel\Logging\MailableLogServiceProvider::register method is unfortunately not correct if you include the package inside a laravel 5.8 app.

As base_path returns the application root, there is the vendor directory missing in the path.

I suggest using __DIR__.'/../../resources/views' like in the setupViews() method to avoid that error.

Otherwise please include vendor in the path.

PHP fatal error during startup when invalid SMTP server specified in .env or config/mail.php and a channel of 'mail' set in /config/logging.php

PHP Fatal error: Maximum execution time of 30 seconds exceeded in /vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php on line 269

This should really be fixed in swiftmailer so that it throws an exception rather than a fatal error but if your logging system is going to depend upon swiftmailer, then has it become your issue as well ?

How can i add minimum error level

I just want to know how can I add minimum logging level to mail logging driver. I have added
'level' => 'critical',
this line of code after
'driver' => 'mail',
but its mailing all the error from all levels.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.