From 27c236a03ab2715d09283924b2a5d6eef9866fd5 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Wed, 21 Nov 2012 09:41:14 -0600 Subject: [PATCH] FS-4847 test again --- src/switch_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_utils.c b/src/switch_utils.c index 56a7ab06d1..4335b4dcd3 100644 --- a/src/switch_utils.c +++ b/src/switch_utils.c @@ -885,7 +885,7 @@ SWITCH_DECLARE(switch_bool_t) switch_simple_email(const char *to, from = "freeswitch"; } #ifdef WIN32 - switch_snprintf(buf, B64BUFFLEN, "\"%s\" -f %s %s %s < \"%s\"", runtime.mailer_app, from, runtime.mailer_app_args, to, filename); + switch_snprintf(buf, B64BUFFLEN, "\"\"%s\" -f %s %s %s < \"%s\"\"", runtime.mailer_app, from, runtime.mailer_app_args, to, filename); #else switch_snprintf(buf, B64BUFFLEN, "/bin/cat %s | %s -f %s %s %s", filename, runtime.mailer_app, from, runtime.mailer_app_args, to); #endif -- 2.47.2