NSMailDelivery
NSMailDelivery
- Subject: NSMailDelivery
- From: devmaillists <email@hidden>
- Date: Wed, 22 Feb 2006 18:35:42 +0100
Dear List,
I try to use in our product NSMailDelivery to send a feedback to the
user.
But I do not get it reliable to work.
In some discussions they tell to do the right settings of
System Preferences-> Internet -> Mail.
But there are no system preferences with that name.
So what could cause NSMailDelivery to work so fuzzy.
the result of deliverMessage is now on this machine I am working on
always NO.
My Sample:
if([NSMailDelivery hasDeliveryClassBeenConfigured]){
if(senderMailAdd && eMailAdd && theSubject && theBody){
NS_DURING
if([NSMailDelivery deliverMessage:theBody subject:theSubject
to:eMailAdd]){
result= YES;
}
NS_HANDLER
NSLog(@"NSMailDelivery: an exception was raised: %@",
[localException reason]);
NS_ENDHANDLER
}
}
Any suggestions welcome.
Thx Jürgen Sauerzapf
_______________________________________________
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