From f9d08103cac28c6411974f5553cf163faf7ff14e Mon Sep 17 00:00:00 2001 From: citats Date: Wed, 25 Feb 2004 21:43:32 +0000 Subject: Add extra \n so email sent by voicemail has the right header delimiter git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2245 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_voicemail.c') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index f42df964a..b83a20956 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -761,7 +761,7 @@ static int sendmail(char *srcemail, struct ast_vm_user *vmu, int msgnum, char *m fprintf(p, "--%s\n", bound); } - fprintf(p, "Content-Type: text/plain; charset=ISO-8859-1\nContent-Transfer-Encoding: 8bit\n"); + fprintf(p, "Content-Type: text/plain; charset=ISO-8859-1\nContent-Transfer-Encoding: 8bit\n\n"); strftime(date, sizeof(date), "%A, %B %d, %Y at %r", &tm); if (emailbody) { struct ast_channel *ast = ast_channel_alloc(0); -- cgit v1.2.3