Tags: mail,smtp,base64
Sort by: Date /
Title /
-
# credentials must be Base64 encoded. Two methods :
printf 'username\0username\0password' | mmencode
perl -MMIME::Base64 -e 'print encode_base64("username\0username\0password");'
First / Previous / Next / Last / Page 1 of 1 (1 posteets)