As pointed out by koelbli, we have to send the passvoid this time.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 20 Oct 2013 22:07:52 +0000 (00:07 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 20 Oct 2013 22:09:09 +0000 (00:09 +0200)
citadel/modules/smtp/smtp_clienthandlers.c

index 9e5d6119319a362aa846761dd4e3f89815b671ce..bbdbc4684f95131d5e3fa992828ef35da34722ef 100644 (file)
@@ -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,