how is the code if i want to make email with message as the same with the
attachment I've send (the error12 file but not in the binary mode)
here is the original script of mine ...
can you help me ?
#!/bin/bash
perl /home/essy/public_html/perl/http -r www.ojolali.com > hasil12;
grep -i 200 /home/essy/public_html/perl/hasil12 > /usr/backup/error12;
if grep -i 200 /usr/backup/error12; then
{
(cat /usr/backup/error12 | uuencode error12 ; echo "ojolali oke") |
/var/qmail/bin/qmail-inject [EMAIL PROTECTED]
al
}
fi