fix(smtp): fix string type

This commit is contained in:
Hivert Quentin
2025-04-01 10:05:26 +02:00
parent 696b8eed4d
commit 788ece452b
+1 -1
View File
@@ -325,7 +325,7 @@
{
login = [currentAcount objectForKey: @"userName"];
password = [currentAcount objectForKey: @"password"];
smtpAuthMethod = "plain"; //Only support plain for auxiliary account
smtpAuthMethod = @"plain"; //Only support plain for auxiliary account
}
else
{