| 97 | } |
| 98 | |
| 99 | static void usage(const char* procname) |
| 100 | { |
| 101 | printf("usage: %s -h[help]\r\n" |
| 102 | "\t-s smtp_server_addr\r\n" |
| 103 | "\t-e [if use ssl]\r\n" |
| 104 | "\t-f email_path\r\n" |
| 105 | "\t-u sender\r\n" |
| 106 | "\t-p sender_pass\r\n" |
| 107 | "\t-t recipients[sample: to1@xxx.com; to2@xxx.com\r\n", |
| 108 | procname); |
| 109 | } |
| 110 | |
| 111 | int main(int argc, char* argv[]) |
| 112 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…