Celery needs SMTP Configuration before exporting the event.
Actual Behaviour :
Without the SMTP configuration, the event export task fails and throws this error.
[2020-02-10 17:16:00,274: ERROR/ForkPoolWorker-2] SMTP & sendgrid have not been configured properly
NoneType: None
Expected :
Event Export should work without the SMTP Configuration too.