Re: Settings an explicit outgoing mailhost when using Message.framework
Re: Settings an explicit outgoing mailhost when using Message.framework
- Subject: Re: Settings an explicit outgoing mailhost when using Message.framework
- From: Scott Anguish <email@hidden>
- Date: Thu, 18 Oct 2001 06:00:57 -0400
I considered that.. but the whole reason I've gone to a command-line
application over a perl script is to make it 100% self contained (perl
wanted lib-net and Net::SMTP and loads of other garbage to do this
elegantly).
I suppose I could pull it all out and stick it into my app.. but geez
that seems ugly...
On Thursday, October 18, 2001, at 05:26 AM, Stiphane Sudre wrote:
On mercredi, octobre 17, 2001, at 10:17 , Scott Anguish wrote:
I can't rely on having a user environment set up appropriately (or
having easy access to the machine) to set the mailer settings in
System Preferences->Internet that Message.framework uses
Is there a method of forcing this to be a particular server? Perhaps
by setting a default in the app? (I'd like the value to be stored in
the app's config file if at all possible)
Use the EDInternet Framework. It's good, it's working, it's cheap.