Skip to content
Snippets Groups Projects
Commit 0f4325ee authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Publish SMTP[S] user authentications to the action/login/PROTOCOL topic

parent ffda015c
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4026 passed
......@@ -4257,6 +4257,7 @@ static void smtp_thread(void* arg)
if(startup->sound.login[0] && !sound_muted(&scfg))
PlaySound(startup->sound.login, NULL, SND_ASYNC|SND_FILENAME);
#endif
mqtt_user_login(&mqtt, &client);
continue;
}
if(!stricmp(buf,"AUTH CRAM-MD5")) {
......@@ -4355,6 +4356,7 @@ static void smtp_thread(void* arg)
if(startup->sound.login[0] && !sound_muted(&scfg))
PlaySound(startup->sound.login, NULL, SND_ASYNC|SND_FILENAME);
#endif
mqtt_user_login(&mqtt, &client);
continue;
}
if(!strnicmp(buf,"AUTH",4)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment