Re: Emailing from a daemon process

2016-08-03 Thread Bruce Stephens
Could use a simple Perl script… quick easy and nasty… #!/usr/bin/perl # … # from an old online sales system that is still operational ... { open(MAIL2,"|/usr/sbin/sendmail -t -f nobody") || &mydie("Hmmm, a nasty horrible server error

Re: Cocoa-dev Digest, Vol 16, Issue 1

2019-01-15 Thread Bruce Stephens
Any chance to see those few lines of code for NSimage ImageIO to jpeg? Thanks. Bruce. > On 16 Jan 2019, at 7:00 am, cocoa-dev-requ...@lists.apple.com wrote: > > Send Cocoa-dev mailing list submissions to >cocoa-dev@lists.apple.com > > To subscribe or unsubscribe via the World Wide Web, visi

Re: Cocoa-dev Digest, Vol 16, Issue 1

2019-01-15 Thread Bruce Stephens
>CFRelease(url); >CFRelease(dest); > } > > To write it out a a jpeg change the UTI type above from public.png -> > public.jpeg > > > Its all and there should be examples. > > Vince > > >> On Jan 15, 2019, at 2:35 PM, Bruce Stephens