Re: How to send email without using email client

2008-05-09 Thread Jens Alfke
On 9 May '08, at 11:03 AM, j o a r wrote: This is typically a bad idea for another reason: With the amount of spam in circulation today, many - If not most - mail servers now flat out reject email that is not sent from reputable mail servers I don't think that's an issue. The "sendmail" co

Re: How to send email without using email client

2008-05-09 Thread Jason Stephenson
Jens' description of the intent of the LGPL is pretty much the same as my understanding. However, another option exists. You can always contact the "author" of the LGPL or GPL code and request a license agreement that allows you to use their code in a closed product. Some are quite amenable to

Re: How to send email without using email client

2008-05-09 Thread j o a r
On May 9, 2008, at 10:48 AM, Jens Alfke wrote: You can also send mail pretty easily by using NSTask to invoke /usr/ bin/sendmail — the parameters are pretty simple, check the man page. Normally I'm not a big advocate of getting things done by running Unix commands, but in this case the alte

Re: How to send email without using email client

2008-05-09 Thread Jens Alfke
You can also send mail pretty easily by using NSTask to invoke /usr/ bin/sendmail — the parameters are pretty simple, check the man page. Normally I'm not a big advocate of getting things done by running Unix commands, but in this case the alternatives are all pretty complex and involve a lo

Re: How to send email without using email client

2008-05-09 Thread Ilan Volow
I don't know the setup of your system, but if you've got a reasonably modern RDBMS server running everything, there might be a SMTP extension/module for that database that would let you set up a trigger procedure that can send out e-mails to patients when new appointment records are added.

Re: How to send email without using email client

2008-05-09 Thread David Hoerl
I have the same need and am trying to resurrect EDMessage (whose project does not now even compile). Just a quick note - this capability is of great value when your code is running on some server inside a firewall, and you want to get periodic status messages (and that server itself does not r

Re: How to send email without using email client

2008-05-09 Thread Jens Alfke
On 9 May '08, at 8:08 AM, Buddy Kurz wrote: The problem with that is that when I start reading the LGPL license, my brain cells start dying... This is a marginally successful 25 year old closed source commercial application and I don't mind being a self taught programer but I don't want to

Re: How to send email without using email client

2008-05-09 Thread John Stiles
We have an internal app which sends emails in a similar fashion (all for automated stuff, not for users to see/touch) and we shell out to a Perl script which uses MIME::Lite to handle this. It works perfectly for us. I'm not sure how applicable it will be for you, but it's handled everything w

Re: How to send email without using email client

2008-05-09 Thread Torsten Curdt
On May 9, 2008, at 16:52, Mike Abdullah wrote: By the sounds of that I'd recommend Pantomine then since setting up the e-mail server info would only be required the once. And where would you configure it? I think that is the annoying bit. IMO it would make sense to have the SMTP server be c

Re: How to send email without using email client

2008-05-09 Thread Buddy Kurz
The problem with that is that when I start reading the LGPL license, my brain cells start dying... This is a marginally successful 25 year old closed source commercial application and I don't mind being a self taught programer but I don't want to be a self taught lawyer (or brain surgeon).

Re: How to send email without using email client

2008-05-09 Thread Mike Abdullah
By the sounds of that I'd recommend Pantomine then since setting up the e-mail server info would only be required the once. On 9 May 2008, at 15:44, Buddy Kurz wrote: On May 8, 2008, at 5:58 PM, Chris Suter wrote: On 08/05/2008, at 8:10 PM, vinitha ks wrote: I'm working with mac 10.5 an

Re: How to send email without using email client

2008-05-09 Thread Buddy Kurz
On May 8, 2008, at 5:58 PM, Chris Suter wrote: On 08/05/2008, at 8:10 PM, vinitha ks wrote: I'm working with mac 10.5 and xcode3.0.I've to send email from an application with out using any email client.When i try to use message framework,It doesn't work.(deliverMessage always returns no)Is

Re: How to send email without using email client

2008-05-09 Thread Torsten Curdt
On May 9, 2008, at 02:58, Chris Suter wrote: On 08/05/2008, at 8:10 PM, vinitha ks wrote: I'm working with mac 10.5 and xcode3.0.I've to send email from an application with out using any email client.When i try to use message framework,It doesn't work.(deliverMessage always returns no)Is t

Re: How to send email without using email client

2008-05-08 Thread Chris Suter
On 08/05/2008, at 8:10 PM, vinitha ks wrote: I'm working with mac 10.5 and xcode3.0.I've to send email from an application with out using any email client.When i try to use message framework,It doesn't work.(deliverMessage always returns no)Is there any any way to send email from my applicat

Re: How to send email without using email client

2008-05-08 Thread Shawn Erickson
On Thu, May 8, 2008 at 8:10 AM, Jens Alfke <[EMAIL PROTECTED]> wrote: > You shouldn't need a 3rd party framework just to do drawing. CoreData draws > vector graphics, and Cocoa has wrappers like NSBezierPath. Think you meant Core Graphics. ___ Cocoa-de

Re: How to send email without using email client

2008-05-08 Thread Jim Turner
On Thu, May 8, 2008 at 5:10 AM, vinitha ks <[EMAIL PROTECTED]> wrote: > > Hi, > I'm working with mac 10.5 and xcode3.0.I've to send email from an > application with out using any email client.When i try to use message > framework,It doesn't work.(deliverMessage always returns no)Is there any > any

Re: How to send email without using email client

2008-05-08 Thread Jens Alfke
On 8 May '08, at 3:10 AM, vinitha ks wrote: My other question is about vector graphics,Is there any way to implement SVG in my cocoa application? Use a WebView and load an SVG document into it. Is there anyway to draw vector graphics other than using GCDrawKit (because still it doesn't pr

Re: How to send email without using email client

2008-05-08 Thread Torsten Curdt
On May 8, 2008, at 16:26, Sherm Pendley wrote: On Thu, May 8, 2008 at 5:52 AM, <[EMAIL PROTECTED]> wrote: I'm working with mac 10.5 and xcode3.0.I've to send email from an application with out using any email client.When i try to use message framework,It doesn't work.(deliverMessage always r

Re: How to send email without using email client

2008-05-08 Thread Sherm Pendley
On Thu, May 8, 2008 at 5:52 AM, <[EMAIL PROTECTED]> wrote: > I'm working with mac 10.5 and xcode3.0.I've to send email from an > application with out using any email client.When i try to use message > framework,It doesn't work.(deliverMessage always returns no)Is there any > any way to send email

Re: How to send email without using email client

2008-05-08 Thread August Trometer
NSMailDelivery (in the Message framework) has been deprecated in 10.5. Even so, it still uses Mail.app to send email. The only way I believe you can send email (without writing your own SMTP client) is to use the Scripting Bridge to send the email via Mail.app. Apple has recently posted sam

How to send email without using email client

2008-05-08 Thread vinitha
Hi, I'm working with mac 10.5 and xcode3.0.I've to send email from an application with out using any email client.When i try to use message framework,It doesn't work.(deliverMessage always returns no)Is there any any way to send email from my application without using any email client,and i've to s

How to send email without using email client

2008-05-08 Thread vinitha ks
Hi, I'm working with mac 10.5 and xcode3.0.I've to send email from an application with out using any email client.When i try to use message framework,It doesn't work.(deliverMessage always returns no)Is there any any way to send email from my application without using any email client,and i've to