Defining Mail Gateway Messages

Top  Previous  Next

FACSys provides three default message notification scripts that are displayed at the FACSys workstations when faxes are sent from or received in an e-mail application. These script files must reside in the FACSys program directory on the fax server. If you have multiple FACSys servers, each server can have a custom notification message. 

NOTE:You use the same tokens when you define fax notification messages and header text.

To customize the default notification scripts, you can use any ASCII text editor. The message parameters are represented by command tokens surrounded by the tilde character (~).

 

FACSys provides the default gateway scripts listed below.  For each script, the actual script listing and an output example is provided.

 

NOTIFY.RCV

FACSys displays this message after delivering a fax to the user.

Script Contents:

A new fax has been delivered to your mailbox.

The fax was received on ~d~ ~t~ from ~c~.

The fax contains ~p~ pages.

Sample Output:

A new fax has been delivered to your mailbox.

The fax was received on 1/28/04 11:06a from emFAST Inc..

The fax contains 12 pages.

 

NOTIFY.OK

FACSys displays this message after sending a fax successfully.

Script Contents:

Your fax was sent successfully!

The fax was sent on ~d~ ~t~ to ~l~.

~p~ pages were sent with ~r~ redial attempt(s).

Sample Output:

Your fax was sent successfully!

The fax was sent on 2/21/04 3:43p to Jeff Hill @ +1 732 123 1212.

3 pages were sent with 1 redial attempt(s).

 

NOTIFY.ERR

FACSys displays this message after an unsuccessful attempt at sending a fax.

Script Contents:

Error sending fax to ~n~ @ ~d~ ~t~.

Your fax failed with the following error: ~e~

The fax failed after ~r~ attempts.

Sample Output:

Error sending fax to Jeff Hill @ 2/28/04 9:43a.

Your fax failed with the following error: Line busy or no answer

The fax failed after 5 attempts.

 

emFAST-C-Footer_01