#lang racket 
































*(require net/smtp)(smtp-send-message  "smtpATserver.de"                    
                "senderATmailadress.de"                                    
"receiverATmailadress.de"                                    "NEW MESSAGE 
SMTP !"                                    "HI , THIS IS THE MESSAGE !"    
                                  [#:port-no 25                            
           #:auth-user  "senderATmailadress.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 
?After input of the right Data and mailadresses.$ racket 
sendmail_1.rktsendmail_1.rkt:11:35: #%datum: keyword used as an expression  
in: #:port-no  context...:  
 standard-module-name-resolverhans@mx1:~/Documents/RacketMay i ask a racket 
programmer for a working code example of   net/smtp  ???WBRMHE*





-- 
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