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
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
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
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
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.
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
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
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
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
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).
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo