Simple Port Traffic?
Simple Port Traffic?
- Subject: Simple Port Traffic?
- From: "Eric Doggett" <email@hidden>
- Date: Tue, 29 May 2001 11:21:31 -0400
Hi everyone,
I am looking to send simple port traffic from cocoa. I would basically like to
send an email message. It appears I can send standard SMTP commands (HELO,
MAIL FROM, etc) to an SMTP server on port 25, and that would result in an
email creation ( although I could be wrong on this!!).
So my question is this: what's the simplest method to send this traffic out?
Is this a task for NSSocketPort?
Thanks!
Eric Doggett