Help for this page

Select Code to Download


  1. or download this
    if (sendmail($email)) {
        # On success
    }
    
  2. or download this
    if (eval { sendmail($email) }) {
        # On success...
    } else {
        # On failure
    }