View: Encodé username/pass pour tester SMTP authentifié

  1. 9 months 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");'

0 comment about "Encodé username/pass pour tester SMTP authentifié"