Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: floppy on August 16, 2012, 02:18:52 PM

Title: Which existing extension can send mails from a script?
Post by: floppy on August 16, 2012, 02:18:52 PM
example:

mailscript.sh
#
mailsendingfunction floppymail@hotmail.com < /home/tc/temp.txt
#


Title: Re: Which existing extension can send mails from a script?
Post by: curaga on August 16, 2012, 04:30:45 PM
mailx was discussed in this thread:

http://forum.tinycorelinux.net/index.php?topic=13297.0
Title: Re: Which existing extension can send mails from a script?
Post by: tinypoodle on August 16, 2012, 06:20:37 PM
You might want to have a look at busybox's sendmail (& popmaildir).

Edit: I guess those don't exactly qualify according to the subject :P