From ed4daeda4ff0c97a024aa9bf71c8b803514952e9 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 31 Jan 2020 21:30:28 -0600 Subject: [PATCH] modified moon mailer slightly --- app/Jobs/ProcessSendEveMailJob.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Jobs/ProcessSendEveMailJob.php b/app/Jobs/ProcessSendEveMailJob.php index 2566ce37a..ce538037d 100644 --- a/app/Jobs/ProcessSendEveMailJob.php +++ b/app/Jobs/ProcessSendEveMailJob.php @@ -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([