diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 3758fd91..a861a71e 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c @@ -87,6 +87,8 @@ int errcode, excode; int server_port = SMTP_PORT; char *server_address = NULL; char *server_expect = NULL; +char *mail_command = NULL; +char *from_arg = NULL; int send_mail_from=0; int ncommands=0; int command_size=0;