REBOL Document

Resend - Function Summary


Summary:

Relay a message

Usage:

resend to from message

Arguments:

to - The to argument.

from - The from argument.

message - The message argument.

Description:

Resends an email message to the specified email. Resent emails are in no way altered leaving even the original "To:", "From:", and other fields intact. Messages resent must be passed to RESEND as a single string value containing the email.


    message: "Feel the programming force."


    resend luke@rebol.com me@here.dom message

Related:

send - Send a message to an address (or block of addresses)


<Back | Index | Next>

Copyright 2004 REBOL Technologies