Not easily. You would need to create a Type 1 base-64 encoded message.
See here:
http://curl.haxx.se/rfc/ntlm.html#ntlmSmtpAuthenticationI've never done this for NTLM, only for basic authentication (AUTH LOGIN) where you can provide a base64 encoded username and password for authentication.
Shaun