Something about C

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
dethron
Forum Contributor
Posts: 370
Joined: Sat Apr 27, 2002 11:39 am
Location: Istanbul

Something about C

Post by dethron »

I know this forum is not concerned about C, :oops: , however, this forum is also the most used forum by me, and I want to share my problem with you. :lol:

Morever, may be PHPDN masters think my question as a suggestion and I hope they decide add a part for C and C++ soon :)) :P

The problem is that. :cry:

I have a shell account and enough privilige to run a program. And I want to write a program using C. That program supposed to send mails from my account.

How can I write such a program, any suggestion? Thanx all. 8)
Last edited by dethron on Sat Jun 08, 2002 7:16 am, edited 1 time in total.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

try
exec- and spawn-family
User avatar
dethron
Forum Contributor
Posts: 370
Joined: Sat Apr 27, 2002 11:39 am
Location: Istanbul

:))

Post by dethron »

Sorry, I forgot to specify what program will do in my first post, I added to my first reply,

Thanx all
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

You want to implement your own smtp-client?
If so, you may want to take a look here.
May be it's a little bit overkill but you've asked for ;)

EDIT: arghh....this is the link to a php-class and I've lost the other one. Realy should enable history again :(
search for something like 'SMTP class source'
Post Reply