in step 5
SendLineAndGrab("MAIL FROM: "+from);
someserver return:
501 Bad address syntax
so this line must chang to:
SendLineAndGrab("MAIL FROM:<"+from+">");
in step 5
SendLineAndGrab("MAIL FROM: "+from);
someserver return:
501 Bad address syntax
so this line must chang to:
SendLineAndGrab("MAIL FROM:<"+from+">");
Bookmarks