forked from andonome/lk
		
	add basic sendmail email command
This commit is contained in:
		
							
								
								
									
										19
									
								
								chat/email.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								chat/email.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | |||||||
|  | # Sendmail | ||||||
|  |  | ||||||
|  | Compose a message like this: | ||||||
|  |  | ||||||
|  | ``` | ||||||
|  | To: alice@domain.com | ||||||
|  | Subject: my new mail server | ||||||
|  | From: literally@anything.com | ||||||
|  |  | ||||||
|  | This is the message | ||||||
|  |  | ||||||
|  | ``` | ||||||
|  |  | ||||||
|  | ... and put it in ~/mail.txt. | ||||||
|  | Then send with sendmail using: | ||||||
|  |  | ||||||
|  | > sendmail ~/mail.txt | ||||||
|  |  | ||||||
|  |  | ||||||
		Reference in New Issue
	
	Block a user