Re: sending an email with cocoa
Re: sending an email with cocoa
- Subject: Re: sending an email with cocoa
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 15 Nov 2002 21:28:18 +0000
On Friday, November 15, 2002, at 01:09 AM, Mark Steinberg wrote:
How would I go about sending an email from my cocoa app. The twist is
that I don't want to use a secondary app to send the email such as
Mail because I can't be assured the user will have it installed or
configured.
Is there a class to send an email given an smtp server address?
No, not built in (although you could probably find some opensource ones
if you looked hard enough) and that wouldn't help you anyway, unless
you happened to know the address of an open relay (most smtp servers
are firewalled off from the outside world -- and for good reason...
you'd be better off posting form data to a formmail script or similar).
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.