From: Wilfried Goesgens Date: Sun, 20 Oct 2013 22:07:52 +0000 (+0200) Subject: As pointed out by koelbli, we have to send the passvoid this time. X-Git-Tag: v8.22^2 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=7e9b24118b1b19997d26b68ed86c6e1f8acf6f00 As pointed out by koelbli, we have to send the passvoid this time. --- diff --git a/citadel/modules/smtp/smtp_clienthandlers.c b/citadel/modules/smtp/smtp_clienthandlers.c index 9e5d61193..bbdbc4684 100644 --- a/citadel/modules/smtp/smtp_clienthandlers.c +++ b/citadel/modules/smtp/smtp_clienthandlers.c @@ -326,8 +326,8 @@ eNextState SMTPC_send_authplain_2(SmtpOutMsg *Msg) encodedlen = CtdlEncodeBase64( encoded, - Msg->pCurrRelay->User, - strlen(Msg->pCurrRelay->User), + Msg->pCurrRelay->Pass, + strlen(Msg->pCurrRelay->Pass), 0); StrBufPlain(Msg->IO.SendBuf.Buf,