[racket-users] Want to send a email with net/smtp. Little errors to fix.

2018-01-19 Thread MHE
#lang racket *(require net/smtp)(smtp-send-message "smtpATserver.de" "senderATmailadress.de" "receiverATmailadress.de""NEW MESSAGE SMTP !"

[racket-users] Try to run a smtp-sender with net/smtp. Little errors to fix.

2018-01-19 Thread MHE
#lang racket ( *require net/smtp)(smtp-send-message "s...@server.de" "sen...@mailadress.de" "recei...@mailadress.de" "NEW MESSAGE SMTP !"

[racket-users] I want to run a email sender with the module net/smtp. Some errors needed to be fixed !

2018-01-19 Thread MHE
*# lang racket* *(require net/smtp)(smtp-send-message "s...@server.de" "sen...@mailadress.de" "recei...@mailadress.de" "NEW MESSAGE SMTP !"

[racket-users] Want to send email with net/smtp. An error to fix.

2018-01-19 Thread MHE
*Hello Rackets,(require net/smtp)(smtp-send-message "smtpATserver.de" "senderATmailadress.de" "receiverATmailadress.de" "NEW MESSAGE SMTP !"

[racket-users] Want to Run this smtp Sender with net/smtp. Something went wrong. What can it be ?

2018-01-19 Thread MHE
nt 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

Re: [racket-users] net/smtp. want to send a e-mail.

2018-01-19 Thread MHE
o keyword arguments. You may find this section from The Racket > Guide helpful: > http://docs.racket-lang.org/guide/application.html#%28part._keyword-args%29 > > I will also note that I often use net/sendmail instead of net/smtp: > http://docs.racket-lang.org/net/sendmail.html >

[racket-users] Hi there !

2018-01-19 Thread MHE
Hello racket programmers ! -- 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