|
This uses the Sambar Mailit.exe..... It's called from a form and
there is more to it...
This is just the sndmail block... ############ START OF SENDMAIL BLOCK ############ $tempfile="temp.msg"; open(MAIL,">$tempfile"); print MAIL "Thank You For Joining $home \n"; print MAIL "Your verification Password is $pass1\n"; print MAIL "To verify your email address and or change your password\n"; print MAIL "you will need to goto this link\n"; print MAIL "$pageURL\n"; close(MAIL); ########## $subject = "Password Varification"; $commandline = "$MailProg";
#
system($commandline);
# Test the result...
if ($tempfile) {
Billy wrote: sure...use Mail::Sendmail; ------------------------------------------------------- To unsubscribe please go to http://www.sambar.ch/list/ |
- [sambar] cgi email {01} Adam Hanel
- [sambar] cgi email {02} Billy
- [sambar] cgi email {01} Windjammer
- [sambar] cgi email {01} Adam Hanel
- [sambar] cgi email {02} Windjammer
- [sambar] cgi email {02} Melvyn Sopacua
- [sambar] cgi email {03} Alex Broens
- [sambar] cgi email {03} Adam Hanel
