![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I know this has been asked and answered several times before but I can't seem to tease the information out of the net... I want to send an e-mail via "mail", "Mail" or "sendmail" in *nix and I want to include an attachments. Can someone give me a clue as to how to do that from within PICK/U2? Thanks in advance, Dave |
#3
| |||
| |||
|
|
I know this has been asked and answered several times before but I can't seem to tease the information out of the net... I want to send an e-mail via "mail", "Mail" or "sendmail" in *nix and I want to include an attachments. Can someone give me a clue as to how to do that from within PICK/U2? Thanks in advance, Dave |
#4
| |||
| |||
|
|
http://groups.google.com/groups?as_q..._usubject=mail dgraham (AT) storis (DOT) com wrote: I know this has been asked and answered several times before but I can't seem to tease the information out of the net... I want to send an e-mail via "mail", "Mail" or "sendmail" in *nix and I want to include an attachments. Can someone give me a clue as to how to do that from within PICK/U2? Thanks in advance, Dave |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
easy ! use mutt mutt -a {file to attach} -s {subject} emailaddress1 emailaddress2 /dev/null e.g. mutt -a "/home/sym/output file.csv" -s "hello here is your file" symeonb (AT) mymailer (DOT) com </dev/null you need the input redirect (< /dev/null) if you dont want a message body. If you do want a message body then redirect the body into the command. rgds Symeon. |
#8
| |||
| |||
|
|
Here's a shorter link: http://makeashorterlink.com/?E5AF210FD -- frosty frosty wrote: http://groups.google.com/groups?as_q..._usubject=mail dgraham (AT) storis (DOT) com wrote: I know this has been asked and answered several times before but I can't seem to tease the information out of the net... I want to send an e-mail via "mail", "Mail" or "sendmail" in *nix and I want to include an attachments. Can someone give me a clue as to how to do that from within PICK/U2? Thanks in advance, Dave |
![]() |
| Thread Tools | |
| Display Modes | |
| |