TINI Resources
Using the sendmail command (tinialpha6)


Home
Introduction
Getting Started
Hardware
Firmware
Applications
Real TINI
Photos
Links


JavaKit on Linux

FAQ

Sendmail





Suggestions and contributions always welcome.

Maintained by
Tony Allan,
APMS


The TINI command 'sendmail' allows you to send an email from the TINI. The provided help for sendmail is:
	tini1.dalsemi.com /> help sendmail
	sendmail [-m mailhost] [-f name] [-h hostname] [recipients...]
	Begin typing your email, then place a '.' on the last line by itself and hit <Enter>.
A sample email looks like:
	tini1.dalsemi.com /> sendmail -m 203.31.160.1 -f myTini@apms.com.au tony
	subject: a test email

	hi.
	.

	Message Sent.
	tini1.dalsemi.com />
Far more interesting is:
	tini1.dalsemi.com /> sendmail -h tini.apms.com.au
	A recipient must be specified.
	tini.apms.com.au /> 
In this case, -h has set the hostname of the TINI, which is reflected in the command prompt.

The parameters -m,-f and -h seem to be remembered from one execution of sendmail to the next.

last modified: 1999-10-04 02:03:53 AEST