A basic .NET-based background worker service for Windows intended to act as a simple and to-the-point SMTP relay for applications, services, and devices that don't natively support the Graph API, allowing these devices to still send mail in a modern and secure way.
GNU General Public License v3.0
1
stars
0
forks
source link
Captured HTTP Response content from Graph is sometimes printed to console incorrectly #10
Testing today resulted in Graph throwing an HTTP 403, then 503 error in the response to the client when invoking Mail.Send. The cause of the errors was unknown, and the response content was not properly decoded, resulting in the response content being random unintelligible symbols and text.
Testing today resulted in Graph throwing an HTTP 403, then 503 error in the response to the client when invoking
Mail.Send
. The cause of the errors was unknown, and the response content was not properly decoded, resulting in the response content being random unintelligible symbols and text.