Tags: mail,smtp,base64

Sort by: Date / Title /

  1. 1 year ago by spirit and saved by 1 other
    1. # credentials must be Base64 encoded. Two methods :
    2. printf 'username\0username\0password' | mmencode
    3. perl -MMIME::Base64 -e 'print encode_base64("username\0username\0password");'

First / Previous / Next / Last / Page 1 of 1 (1 posteets)