dbTalk Databases Forums  

Sending E-mail from Linux D3

comp.databases.pick comp.databases.pick


Discuss Sending E-mail from Linux D3 in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rodney Frisard
 
Posts: n/a

Default Sending E-mail from Linux D3 - 12-14-2005 , 03:39 PM






Since I completely screwed up the last post, I decided to try and do
it right!

I am looking for a way to send an e-mail message directly out of a
Linux D3 program.

Nothing complex - just quick and dirty.

Rodney

Reply With Quote
  #2  
Old   
Steve Lancour
 
Posts: n/a

Default Re: Sending E-mail from Linux D3 - 12-14-2005 , 04:34 PM






Rodney,

Take a look at the Linux mail command (man mail).

Steve Lancour

Rodney Frisard wrote:

Quote:
Since I completely screwed up the last post, I decided to try and do
it right!

I am looking for a way to send an e-mail message directly out of a
Linux D3 program.

Nothing complex - just quick and dirty.

Rodney

Reply With Quote
  #3  
Old   
Ricky
 
Posts: n/a

Default Re: Sending E-mail from Linux D3 - 12-14-2005 , 05:24 PM



"Rodney Frisard" <rfrisard (AT) cox (DOT) net> wrote

Quote:
Since I completely screwed up the last post, I decided to try and do
it right!

I am looking for a way to send an e-mail message directly out of a
Linux D3 program.

Nothing complex - just quick and dirty.

Rodney
I use Blat - a freeware, command line e-mail processor. If you'd like some
free sample programs (Pick Basic) send me an e-mail - fawnridge at bellsouth
dot net.




Reply With Quote
  #4  
Old   
Frank Winans
 
Posts: n/a

Default Re: Sending E-mail from Linux D3 - 12-14-2005 , 05:56 PM



"Rodney Frisard" wrote
Quote:
I am looking for a way to send an e-mail message directly out of a
Linux D3 program.

Nothing complex - just quick and dirty.

Rodney
OPEN "unix:/tmp" to F.TMP else stop 'tmp'
BODY = "HELLO" :@AM:"LINE TWO OF EMAIL"
WRITE BODY ON F.TMP,'foo.txt'
CMD = "!cat /tmp/foo.txt | mail "
CMD := " -s 'my email subject' "
CMD := " somebody (AT) somewhere (DOT) com"
CMD := " ; rm /tmp/foo.txt"
EXECUTE CMD CAPTURING BUCKET






Reply With Quote
  #5  
Old   
Tony Gravagno
 
Posts: n/a

Default Re: Sending E-mail from Linux D3 - 12-15-2005 , 07:25 AM



Rodney Frisard wrote:

Quote:
Since I completely screwed up the last post, I decided to try and do
it right!

I am looking for a way to send an e-mail message directly out of a
Linux D3 program.

Nothing complex - just quick and dirty.

Rodney
NebulaMail is quick, but certainly not dirty:

<ad>
NebulaMail:
- installs quickly
- runs over all D3 platforms (other MV products as required)
- is as simple as it gets to use
--- your code is 100% BASIC
--- no SMTP/MAPI knowledge or !command-line syntax required
--- one code set for Win32 and *nix - no app changes required
- supports plain text and HTML
- supports custom headers like ReplyTo and Organization
- supports multiple To/CC/BCC with proper name formatting
- supports multiple attachments
--- sets proper MIME types
--- allows recipients to see unique filenames rather than original
- returns standard errors regardless of platform or mail server
- has extended logging for diagnostics
- has thorough documentation
- and even receives POP3 e-mail !

Upcoming enhancements now in testing include support for one-line
"quickmail", embedded images, custom content-type-encoding for
international use, and both Text and HTML in the same mail body :
e-mail clients that can read HTML won't show text as an attachment,
and clients that can't read HTML see a nicely formatted text message,
not HTML code.
More enhancements are planned.

NebulaMail is sold for only US$250 and comes with free installation
assistance, free support, free upgrades, and lots of free sample code
that can be pasted into your app - and you get productive fast without
learning funky syntax that you won't remember next week for
platform-specific command-line utilities.

See http:// removethisNebula-RnD .com/products/mail.htm
or
TG@ removethisNebula-RnD .com
</ad>


Reply With Quote
  #6  
Old   
Tracy Raines
 
Posts: n/a

Default Re: Sending E-mail from Linux D3 - 12-15-2005 , 09:46 AM



You can use this syntax

!mail -s eom.start emailaddress (AT) isp (DOT) com < eom.start

eom.start is a static file containing the text of the email. It can be
written out on the fly.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.