Advanced search

1 search result

  • Internet / Email
    How do I test SMTP Auth using telnet?
    To test AUTH LOGIN Prepare the username and password by encoding them as follows:   $ perl -MMIME::Base64 -e 'print encode_base64("user\@domain");'dXNlckBkb21haW4=  $ perl -MMIME::Base64 ...