#lang racket 

(require net/smtp)

(smtp-send-message  "s...@server.de"
                    "sen...@mailadress.de"
                    "recei...@mailadress.de"
                    "NEW MESSAGE SMTP !"
                    "HI , THIS IS THE MESSAGE !"
                    [#:port-no 25
                     #:auth-user  "sen...@mailadress.de"
                     #: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 racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to