Re: Can NSMailDelivery be configured programmatically?
Re: Can NSMailDelivery be configured programmatically?
- Subject: Re: Can NSMailDelivery be configured programmatically?
- From: Dominic Blais <email@hidden>
- Date: Sat, 3 Jun 2006 00:25:57 -0700
On Jun 3, 2006, at 12:16 AM, Derrick Bass wrote:
I have an application that needs to be able to send email
autonomously, but many of the users will not have Mail set up, so
[NSMailDelivery hasDeliveryClassBeenConfigured] will return NO.
In such a case, I'd like to be able to ask users to input their
SMTP settings. Is there a way to programmatically set those without
forcing the user to set up Mail.app itself?
Derrick
If you simply need them to be able to send mail, you can use the
command line sendmail program; they don't need a SMTP server. This
has been a standard unix way of sending mail for years.
Cheers,
Dominic
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden