Thread: E-mailing

  1. #1
    Android geek@02's Avatar
    Join Date
    Mar 2004
    Location
    Kurunegala Colony, Sri Lanka, Sri Lanka
    Posts
    470

    E-mailing

    Bonjour!

    I want my program to do something like this:
    The user types some text in a edit box in my app and hits it's "Send" button. The program must email me what the user typed- as a text file.

    Can this be done? If so, how?

    Thanks.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Yes, it can be done. You'd need to know the Win32 API (or one of it's wrappers), and you'd need to learn how to use sockets. Then you'd just use sockets with the appropriate protocol.

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Yes it can be done. A lot of spy programs and keyloggers work along those lines.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Know any mailing list program?
    By alphaoide in forum Tech Board
    Replies: 5
    Last Post: 01-28-2005, 10:26 AM
  2. Mailing Lists
    By damonbrinkley in forum C Programming
    Replies: 3
    Last Post: 05-05-2003, 08:47 AM
  3. CGI Mailing
    By sean in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 04-14-2003, 09:56 PM
  4. E mailing
    By OLLand in forum C Programming
    Replies: 1
    Last Post: 12-11-2001, 09:49 AM
  5. Mailing List - Linked List
    By Unregistered in forum C Programming
    Replies: 0
    Last Post: 09-11-2001, 10:04 PM