You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write unit tests for an API method which calls the FluentEmail .Send() method. However, the tests are failing. The error I am getting is ArgumentNullException with 'Value cannot be null'. When I debugged, the exception was getting thrown at the FluentEmail call.
Could you help with why the exception gets thrown?