úÎXs    if True then display debug info SMTP authorization method )Send an email using a SMTP email server.  example = do  r <- sendStringAsEmail 2 "pippo " -- user 6 "pluto" -- password 9 PlainSMTPAuth -- Auth method 2 "pippo@qwerty.org" -- from 0 "paperina@qwerty.org" -- to 5 "test" -- subject 0 "" -- cc 1 "" -- bcc 9 "mail.qwerty.org" -- stmp_server ? 25 -- default SMTP port : "localhost" -- user domain 5 "This is a test" -- content 8 ["paperina@qwerty.org", -- rcpt_lines + "minni@qwery.it.it"]   case r of  True -> putStrLn "Success"  False -> putStrLn "Fail" user  password the Auth method to use from to subject cc bcc  smtp server  smtp port helo domain (also  localhost) content target recipients True if the EMAIL is sent      hsmtpclient-1.0Network.SMTP.Client.HSmtpClientBase64SMTPAuthMethod NoSMTPAuth LoginSMTPAuth PlainSMTPAuthsendStringAsEMail encodeArray int4_char3 char3_int4enc1encchop72encodedecode smtpConnect smtpResponsesmtpResponseComplete smtpRcptTo