#lang racket 

(require net/smtp)

(smtp-send-message  "[email protected]"
                    "[email protected]"
                    "[email protected]"
                    "NEW MESSAGE SMTP !"
                    "HI , THIS IS THE MESSAGE !"
                    [#:port-no 25
                     #:auth-user  "[email protected]"
                     #:auth-passwd  "123456"
                     #:tcp-connect
                     #:tls-encode                   
                     25])           


Hi ,
i want to run this code. This is the result :  Something i have made wrong ?

$ racket sendmail_1.rkt
sendmail_1.rkt:11:35: #%datum: keyword used as an expression
  in: #:port-no
  context...:
   standard-module-name-resolver
hans@mx1:~/Documents/Racket

WBR
MHE

                  


-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to