ghettoVCB icon indicating copy to clipboard operation
ghettoVCB copied to clipboard

mail send fails on long username/password

Open nboeckmann opened this issue 3 years ago • 0 comments

if the username/password are too long - the current bas64 does return the result including a newline which makes the authentication to the SMTP server fail - the proposed change makes sure that the base64 is returned in a single line.

Tested with SendGrid SMPT and apikey - the suggested change fixes the described issue.

nboeckmann avatar Oct 31 '21 15:10 nboeckmann