modified moon mailer slightly
This commit is contained in:
@@ -84,6 +84,10 @@ class ProcessSendEveMailJob implements ShouldQueue
|
||||
//Create the ESI authentication container
|
||||
$esi = $esiHelper->SetupEsiAuthentication($token);
|
||||
|
||||
//Set caching to null
|
||||
$configuration = Configuration::getInstance();
|
||||
$configuration->cache = NullCache::class;
|
||||
|
||||
//Attemp to send the mail
|
||||
try {
|
||||
$esi->setBody([
|
||||
|
||||
Reference in New Issue
Block a user