Today, Vincent Bernat wrote: > - Is there a simple way of doing "echo 'bla bla' | mail > machin@truc.com" using Gnus internal functions to send a mail ? I always use this: (gnus-setup-message 'message (message-mail )) ;; sets up the message buffer (message-goto-body) ;; places point into the body ;; region. (insert "bla bla") ;; into the body (message-send-and-exit) ;; sends the mail and cleans up -- Andreas Fuchs, , asf@jabber.at, antifuchs