Results 1 to 5 of 5

Thread: Command-line smtp client

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316

    Command-line smtp client

    I'm posting this because I thought someone might find this somewhat useful. Every month, I have to send email messages to about 500 list owners, notifying them of new members and what not. A while back, I wrote an object, wrapping the Winsock API, so that I could send messages via smtp through vbscript. However, the process is a little slow, and the code within the object, was somewhat of a hack. (Had to create a dummy window to capture messages, et) So I decided to re-write the smtp transmission into a stand-alone command oriented client. The application has no GUI, accepting information only through the command-line. It has worked fairly well for me, so I thought that I would share it with anyone that might find it useful. Documentation is very simple, but should be enough to get you going. BTW, the application is only 27 K, and uses no dependancies.

    Take a look if you like. I have posted it on my website:
    http://ucs.orst.edu/~reeset/html/other/other.html

  2. #2
    Addicted Member csammis's Avatar
    Join Date
    Mar 2001
    Location
    /dev/null
    Posts
    226
    The website was broken when I tried it today

    But what you've written sounds really cool, I'd love to try it out
    Things I've Said:
    "Life's funny like that...elephants can wear frilly lace panties, and Dubya still looks like a monkey in a big chair"
    "Take four goats and strap one to each foot of a llama. Presto, goat-powered llama!"
    "You want to get me to work more, get me a Coke. No? Then deal with inferior garbage, I'm not coding another line and your clients can go to......thanks, I'd love a Coke right about now!"

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316
    Sorry about the site being down. This was something that was really out of my control. Our university servers were schedule for a little bit of maintanence, so they will be down for a day or so. I should have paid more attention, but I can't imagine the server staying down any longer then the weekend. Since most professional and class pages reside on this machine, it usually isn't down long.

    Again, I apologize. You can try it periodically, but I would expect that our IT will have it back up this weekend or the first of next week.

  4. #4
    Addicted Member csammis's Avatar
    Join Date
    Mar 2001
    Location
    /dev/null
    Posts
    226
    It was up and fine tonight, I downloaded your SMTP program, I'll play tomorrow when I'm awake
    Things I've Said:
    "Life's funny like that...elephants can wear frilly lace panties, and Dubya still looks like a monkey in a big chair"
    "Take four goats and strap one to each foot of a llama. Presto, goat-powered llama!"
    "You want to get me to work more, get me a Coke. No? Then deal with inferior garbage, I'm not coding another line and your clients can go to......thanks, I'd love a Coke right about now!"

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316
    Thanks csammis:
    I got a chance to check my email last night, and seen that maintance would be finished, Sunday, so for those interested, by website will be unreliable between 8 am to 5 pm (July 8) PST.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width