conn: polarssl-1.1 adaptation
[smtp.git] / config.h
blob475774147a16fabc15ab84cec39a6b457e369f18
1 #define MAILLEN (1 << 21)
2 #define HOSTNAME "hostname"
3 #define DPRINT(msg, len)
5 struct account {
6 char *from;
7 char *server;
8 char *port;
9 char *user;
10 char *pass;
11 char *cert;
12 } accounts [] = {
13 {"me@myserver.sth", "smtp.myserver.sth", "465", "me", "pass"},