Subj : email api To : borland.public.cpp.borlandcpp From : "Dan" Date : Tue Nov 11 2003 11:12 am Hello I am an experienced C/C++ programmer with minimal win32 skills. I want to find some example code that will teach me how to send an email text message to a known domain address. I have C++ builder and plain Borland C++. 5 And I have a fairly good library of books. Maybe i just need to know what to look for? Any tips or sugegstions would be greatly appreciated. For example: int SendEmail(char *address, char *subject, char *text) { // Help me what do i do retrun 0; } .