Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to send email with body and attachment in unix

$ ( cat body-message.txt; uuencode input-attachment.txt output-attachment.txt ) 
| mail -s "Email With Body Text and Attachment" ramesh.thegeekstuff@gmail.com
Comment

PREVIOUS NEXT
Code Example
Shell :: To set up the apt repository for stable nginx packages, run the following command: 
Shell :: send tag to remote git 
Shell :: install a file from internet with command prompt 
Shell :: belgian keyboard layout ubuntu 20.04 
Shell :: psneuter download 
Shell :: annullare i cambiamenti git 
Shell :: evans cycles womens gravel bikes 
Shell :: hue run command line arguments 
Shell :: see active apcahe conf file 
Shell :: powershell read a list of names frmo a file and red in FOR loop 
Shell :: tab to csv command line 
Php :: check if post request php 
Php :: tinker color auto 
Php :: enable error logging php 
Php :: laravel get project root 
Php :: php header utf8 json 
Php :: phpinfo file 
Php :: remove last comma from string php 
Php :: php get last modified date of file 
Php :: php get user agent 
Php :: php preg_match email validation code 
Php :: laravel active menu item 
Php :: migrate single file in laravel 
Php :: php replace return character 
Php :: specified key was too long; max key length is 767 bytes (s 
Php :: shop page url woocommerce 
Php :: php document root 
Php :: enqueue wordpress 
Php :: laravel custom model primary Key 
Php :: how to remove first element in array php 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =