ESP8266 Emails + Arduino IoT Simultaneously

Hello, I previously posted about my emails not working on my Node MCU ESP8266. I've come to the conclusion that it cannot send Emails after the IoT establishes a connection and starts updating. Is there a way to work around this issue? A different library maybe? or is there a way to periodically end IoT communication to allow an email to be sent?

These are the current libraries I am using:

#include <ArduinoIoTCloud.h>            //IOT
#include <Arduino_ConnectionHandler.h>  //IOT
#include <ESP_Mail_Client.h>            //EMAIL
#include <ESP8266WiFi.h>                //WiFi