diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 16520cec70..4bd79046c1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -85,6 +85,10 @@ Fixed * Update ``st2 execution get`` command to always include ``context.user``, ``start_timestamp`` and ``end_timestamp`` attributes. (improvement) #4739 +* Fixed ``core.sendmail`` base64 encoding of longer subject lines (bug fix) #4795 + + Contributed by @stevemuskiewicz and @guzzijones + 3.1.0 - June 27, 2019 --------------------- diff --git a/contrib/core/actions/send_mail/send_mail b/contrib/core/actions/send_mail/send_mail index 6011c43d49..465da4681c 100755 --- a/contrib/core/actions/send_mail/send_mail +++ b/contrib/core/actions/send_mail/send_mail @@ -65,7 +65,7 @@ if [[ -z $trimmed && $SEND_EMPTY_BODY -eq 1 ]] || [[ -n $trimmed ]]; then cat <