Sending e-mail with Rivet - TCL

This is a discussion on Sending e-mail with Rivet - TCL ; Hello, After filling an html form and testing values, is it possible to send them via e-mail with Rivet. So to speak, is there something like the PHP function Mail() in Rivet package ? Thanks in advance. GS...

+ Reply to Thread
Results 1 to 2 of 2

Sending e-mail with Rivet

  1. Default Sending e-mail with Rivet

    Hello,

    After filling an html form and testing values,
    is it possible to send them via e-mail with Rivet.

    So to speak, is there something like the PHP function Mail()
    in Rivet package ?

    Thanks in advance.


    GS

  2. Default Re: Sending e-mail with Rivet

    On Feb 23, 12:28 pm, gersoo <gersoo@_NON-SPAM_online.fr> wrote:
    > Hello,
    >
    > After filling an html form and testing values,
    > is it possible to send them via e-mail with Rivet.
    >
    > So to speak, is there something like the PHP function Mail()
    > in Rivet package ?


    Sending mail in Rivet is just like sending mail in Tcl. You want the
    smtp::sendmessage proc, present in Tcllib.


+ Reply to Thread