mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed problem with missing \r\n in email notification header
SVN revision: 1629
This commit is contained in:
parent
112be8287b
commit
f6d994221d
@ -1925,6 +1925,7 @@ void compose_email_header(LOGBOOK * lbs, char *subject, char *from, char *to,
|
|||||||
|
|
||||||
strlcat(mail_text, "This is a multi-part message in MIME format.\r\n", size);
|
strlcat(mail_text, "This is a multi-part message in MIME format.\r\n", size);
|
||||||
} else {
|
} else {
|
||||||
|
strlcat(mail_text, "\r\n", size);
|
||||||
if (multipart_boundary)
|
if (multipart_boundary)
|
||||||
multipart_boundary[0] = 0;
|
multipart_boundary[0] = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user