You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			29 lines
		
	
	
		
			544 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			29 lines
		
	
	
		
			544 B
		
	
	
	
		
			Plaintext
		
	
defaults
 | 
						|
protocol smtp
 | 
						|
logfile "~/.msmtp.log"
 | 
						|
 | 
						|
account Gmail
 | 
						|
host smtp.gmail.com
 | 
						|
port 587
 | 
						|
protocol smtp
 | 
						|
from dustinswan@gmail.com
 | 
						|
user dustinswan@gmail.com
 | 
						|
passwordeval "gpg --no-tty -q -d ~/.gmail-password.gpg"
 | 
						|
auth on
 | 
						|
tls on
 | 
						|
tls_trust_file "/usr/local/etc/openssl/cert.pem"
 | 
						|
 | 
						|
account IOCOM
 | 
						|
host secure.emailsrvr.com
 | 
						|
protocol smtp
 | 
						|
auth on
 | 
						|
port 587
 | 
						|
from dswan@iocom.com
 | 
						|
tls on
 | 
						|
tls_starttls on
 | 
						|
tls_trust_file "/usr/local/etc/openssl/cert.pem"
 | 
						|
user dswan@insors.com
 | 
						|
passwordeval "gpg --no-tty -q -d ~/.iocom-password.gpg"
 | 
						|
 | 
						|
account default : Gmail
 |