Re: How to send mail with content automatically?
1230987za@xxxxxxxxx writes:
00 9 * * 0 (echo "You can use this link as example http://some web
link address" | mail me@xxxxxxxxxxxxx -s "Please send me your
status" )
I received an error email saying the following,
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
Do you know what is wrong?
You are trying to solve two problems at once.
Create a script, and first get the script working. Then call the
script from cron.
.
Relevant Pages
- Re: Query regarding cron jobs
... The script is getting executed a few times when scheduled through cron ... The probability of successful execution is 6/10. ... showing any entries crontab -l as the entry in /etc/cron.d is for root ... (RedHat) - Re: Query regarding cron jobs
... The script is getting executed a few times when scheduled through cron ... The probability of successful execution is 6/10. ... showing any entries crontab -l as the entry in /etc/cron.d is for root ... (RedHat) - SUMMARY: cron entry: nth day of every month?
... cron can not handle this with its own syntax. ... 21st but "command" only runs if the output of the "date" command ... What I would suggest is rather than embedding the logic in each script ... The answer is it is _not_ possible to control it only with crontab ... (Tru64-UNIX-Managers) - Re: Cron Jobs
... > having a cron will mean yo server is forced by the script ... > best than allowing mail dequeing by connection. ... > host server so I can get emails for my domain example.com. ... (RedHat) - [Solved] Long cronjobs terminate after 2 minutes/Ubuntu 8.10
... When I run the script in the foreground, it takes about 2 hours to ... Have you got your system set up so that cron sends mail to ... I configured Postfix for local mail only and updated ... I'm assuming that configuring the MTA is what did it. ... (Ubuntu) |
|