Here is a better version that
gets the from field from your settings
properly!
You can put this into your user.r
and then have this handy function
available at all times.
SendList: func [
mysubject [string!]
mybody [string!]
/local
][send/header
[EMAIL PROTECTED]
mybody
make system/standard/email [
FROM: system/user/email
subject: mysubject
]
]
