Text
|
Caravan invokes special files (fixed file name) in special conditions. You can write Caravan scripts in these files to take appropiate actions. The names of these files are fixed.
1. Error40.html -
2. Mailuser.html and MailAction.html - Used for receiving mail. To receive mails, SMTP server is listens on port 25. Still it does not know whether to accept any particular mail and if accepted what to do with it.
SMTP protocol needs TWO hooks for receiving mail and these are written using caravan script. The above 2 files are used to write caravan scripts to receive mails.
|