PHP FormMail

Form Encryption

 

ALERT_ON_ATTACK_DETECTION Setting

 
 

This page documents the ALERT_ON_ATTACK_DETECTION configuration setting in FormMail.

Type Of Setting

ALERT_ON_ATTACK_DETECTION is an OPTIONAL setting, which means...

Pointer

OPTIONAL

you can change this setting if you need to, but the default value is fine for most circumstances.

Précis

Controls alert messages on attack detection.

Description

Set ALERT_ON_ATTACK_DETECTION to true if you want FormMail to send you an alert when it detects an attack designed to abuse your server.

If you set this to true, you may get lots of alert messages each time an attack occurs. This is harmless, but can be annoying.

define("ALERT_ON_ATTACK_DETECTION",false);

Examples

define("ALERT_ON_ATTACK_DETECTION",true);

See Also

ENABLE_ATTACK_DETECTION

ATTACK_DETECTION_IGNORE_ERRORS

ALERT_ON_USER_ERROR