Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Smtp on Tandem?

82 views
Skip to first unread message

Ken Dorfman

unread,
May 18, 1998, 3:00:00 AM5/18/98
to

I would like to send an e-mail message from our D3x K10,000 system.
We currently have Tandem Tcp/Ip, but not Transfer. I would like to
avoid setting up a full mail system like Tandem's Psmail or Tsims,
just to send a few messages (outgoing only). The idea would be to
have a Netbatch job send a system summary/exception report. Any
suggestions on how to send e-mail from the Tandem platform?

Ken Dorfman
dorfm...@usa.net


Marcel van Rooijen

unread,
May 19, 1998, 3:00:00 AM5/19/98
to

One of my colleagues once wrote a small, unsupported, undocumented prgram
to send mail messages. I can send you the source when I'm back in the
office. If other want a copy, let me know (m...@wxs.nl)

Marcel


Ken Dorfman <dorfm...@usa.net> wrote in article
<35607587...@hpngsv01.mgh.harvard.edu>...

DDsales

unread,
May 19, 1998, 3:00:00 AM5/19/98
to

Ken,

We ( Transaction Innovation Corp.) have released a new product called TeleMail.
The product allows you to send a job to the spooler and we pick it up and
either convert it to .PDF format or leave it as text, format a mail message and
send it to a SMTP process we wrote and off to the destination. The e-mail
address is either sent with the job to the spooler (following a command e-mail
id) or looked up in a table based on a specified spooler location extension
e.g. #mail.ken

Information is available on our web site at ticsoftware.com or just e-mail me
at di...@ticsoftware.com.

Dick Davis
Transaction Innovation Corporation


David Cooper

unread,
May 22, 1998, 3:00:00 AM5/22/98
to *...@tandem.com

Tandemites,

How to send a mail message with telnet ....

$DATA02 COOPER 2> telnet
TELNET Client - T9558D40 - (01NOV95) - (25OCT95)
Copyright Tandem Computers Incorporated 1992-1995
\atg.$system.sys00.telnet> help
Commands may be abbreviated. Commands are:

close close current connection
display display operating parameters
mode try to enter line-by-line or character-at-a-time mode
open connect to a site
quit exit telnet
send transmit special characters ('send ?' for more)
status print status information
toggle toggle operating parameters ('toggle ?' for more)
ttywritesz set # of bytes(1-4096) flushed on each tty_write
(default 1024)
z suspend telnet
? print help information
\atg.$system.sys00.telnet> open suntan.tandem.com 25
Trying...Connected to suntan.tandem.com.
Escape character is '^]'.


220 Tandem.com ESMTP Sendmail 8.8.8/2.0.1; Fri, 22 May 1998 08:01:09
-0700 (PDT)
HELO 130.252.3.222 <===== this is the from IP address
250 Tandem.com Hello atg.atg.tandem.com [130.252.3.222] (may be forged),
pleased to meet you
MAIL FROM: david....@tandem.com <====== from person
250 david....@tandem.com... Sender ok
RCPT TO: david....@tandem.com <====== to person
250 david....@tandem.com... Recipient ok
DATA <======= start of body
354 Enter mail, end with "." on a line by itself
SUBJECT: test
this is a test
.
250 IAA19575 Message accepted for delivery
QUIT <====== all done
221 Tandem.com closing connection
Connection closed.
Connection closed by foreign host.
$DATA02 COOPER 3>

That's it!

David Cooper
Advanced Technology Group
Tandem Computers Inc.
(A Compaq Company)

============================================================================================

0 new messages