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