Hi all,

I am using send-mail-message as follows:

#lang racket

(require net/sendmail)
(send-mail-message
 #f "Test sendmail"
 '("fake-em...@marcs-server.com")
 '()
 '()
 '("Testing Racket sendmail."))

It works as expected when I send something to myself, since sendmail goes
and gets the email associated with my user. But when I send it to a
non-existing email, I do not get a notification that it wasn't delivered.

Is there a way to set the return address? I presume it goes into the
extra-header argument, but I am not sure.

Thanks,
Marc

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