![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send mail attachments and have a mail body | shibajighosh | AIX | 1 | 04-18-2008 10:54 AM |
| Pull E-mail address from file, send e-mail | DC Heard | Shell Programming and Scripting | 1 | 01-28-2008 11:23 PM |
| mail problems - how to send mail on solaris | amon | SUN Solaris | 10 | 04-06-2006 06:31 AM |
| I am not able to send mail form unix to other mail accounts. | chinnigd | UNIX for Dummies Questions & Answers | 1 | 04-06-2006 05:31 AM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 06:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
send mail
hallo Friends
I have a file located under /home/pax/aaa.log I would like to email this file to xxx@mall.com via a cronjob every morning 5 am. whats the command line which i should put in my script to archieve this? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
manpages are meant to read them, not to have them read by others.
cat <filename> | mail -s "<subject>" <mail-adress> bakunin |
|
#3
|
|||
|
|||
|
script to send mail using SMTP server
Here is a script you can use, if your server does not have sendmail running.
Fantastic Unix: Simple ksh script to sent a mail using SMTP server. |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|