squareboat / sneaker

An easy way to send emails whenever an exception occurs on server.
MIT License
222 stars 46 forks source link

how can i add cc option for mail #42

Closed JDSHINDE closed 4 years ago

JDSHINDE commented 5 years ago

There is only two publishable files and in config file i didn't see any option for cc for another mail so how can i add another one?

akaamitgupta commented 5 years ago

You can add multiple email ids in config/sneaker.php

'to' => [
    // 'hello@example.com',
],
JDSHINDE commented 4 years ago

thanks @akaamitgupta