Re: FN-FORUM Confirmation email
date posted 4th April 2000 19:58
> Can anyone tell me how to send a confirmation email to a user who
> just subscribed to a newsletter or such.
Here's how you could do it in Perl / CGI on *nix:
# Make sure the path is correct
open (SENDMAIL, "|/usr/lib/sendmail -t");
# Print the header and message. 'At' signs, @, in email addresses
should be escaped
print SENDMAIL