LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Is there any way to email a file without user intervention! (https://www.linuxquestions.org/questions/linux-general-1/is-there-any-way-to-email-a-file-without-user-intervention-203152/)

rutman 07-09-2004 03:55 PM

Is there any way to email a file without user intervention!
 
I am trying to email an attached file from a shell script on my server. I have tried PINE but I am still having to do the CTRL-x and y to send the mail. Please help if possible!

acid_kewpie 07-09-2004 04:05 PM

you should just have the standard "mail" command. you can just simply pipe data through it in a script.... or even talk to your SMTP server directly... it's quite easy to send mail through a scripted telnet session.


All times are GMT -5. The time now is 11:26 AM.