Richard, fetch http://www.andregarzia.com/RevHTTP.zip and check the EasySendmail.revlibrary, it has this functions in there, you'll need to patch it for when the platform is MacOS, it tries to use qmail instead of sendmail which is used only for linux, but the functions are there.
Cheers andre On 8/13/07, Richard Miller <[EMAIL PROTECTED]> wrote: > > We are using a dedicated Mac Mini as a server through an ISP. We've > asked them for a way to send emails from the Mini so we can avoid > using SMTP relay. This is the response they sent back. I'm hoping > someone here can tell us how to implement this through Rev. > > "To generate emails from the Mini, you just need to call /usr/sbin/ > sendmail or /usr/sbin/postfix withthe appropriate arguments. Turning > on postfix as an SMTP server will only affect the Mini's ability to > receive email. > > If you use '/usr/sbin/sendmail -t -oi' as the command, then you can > feed it the appropriate headers (see below) and it will work." > > ----- > To: [address here] > From: [address here] > Subject: [text here] > X-Arbitrary-Header: [hi] > [this line MUST be blank] > This is where the body of the email goes... > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
