Hi;
How do I translate this PHP code?
if($ok){
echo "returnValue=1";
}else{
echo "returnValue=0";
}In other words, when the email successfully sends, send back both the name of the variable and its value. TIA, Beno
-- http://mail.python.org/mailman/listinfo/python-list
