I had been blocked to post mail here from my ordinal mail server. Then I changed server to another which has smtp auth potocol. It was written as smtpcram() function in nupas/smtp/smtpc by erik. However, it has a bug. Please change the line in smtpcram() in smtp.c as:
dBprint("%s\r\n", ch);
to
dBprint("%s\r\n", ebuf);
Kenji
( the changed smtp server is still blocked, and this is my first use
of gmail on abaco)
