Thread: sending strings from program to email

  1. #1
    Unregistered
    Guest

    sending strings from program to email

    ok, i'm working on a program that asks a couple questions, then sends the results to an email address. only, i don't know how to get it to send the strings, or how my email will interperate them. do you have any ideas?

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >do you have any ideas?
    Sure, write your own sendmail program so that you interperet it exactly as you want.

    -Prelude
    My best code is written with the delete key.

  3. #3
    Unregistered
    Guest
    thanks

  4. #4
    Registered User
    Join Date
    Apr 2002
    Posts
    1
    *rubs head in awe* seems like everybody and their brother have a tutorial on sendmail, but their all confusing. if only they could be like cprogramming.com...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C code for Sending Email with attachment
    By Mr coder in forum C Programming
    Replies: 5
    Last Post: 03-06-2009, 08:15 AM
  2. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  3. Sending Email - Using System.Net.Mail
    By b4ip in forum C# Programming
    Replies: 1
    Last Post: 06-01-2007, 12:34 AM
  4. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  5. need some help on email sending in C programming
    By Unregistered in forum C Programming
    Replies: 5
    Last Post: 01-13-2002, 04:36 AM