User Tools

Site Tools


mutil_export_echomail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mutil_export_echomail [2016/03/28 04:20] – created avonmutil_export_echomail [2016/04/07 03:14] (current) – updated examples avon
Line 4: Line 4:
  
 The '[ExportEchoMail]' stanza tells MUTIL to scan all the defined message areas (echomail & netmail) for newly created outbound mail. If it finds any newly created messages it will export them from the BBS and create message packets in a format ready for transmission to other Bulletin Board Systems. The '[ExportEchoMail]' stanza tells MUTIL to scan all the defined message areas (echomail & netmail) for newly created outbound mail. If it finds any newly created messages it will export them from the BBS and create message packets in a format ready for transmission to other Bulletin Board Systems.
 +
 +To enable this function you modify the '[general]' stanza as follows:
 +
 +
 +  [general]
 +  
 +  ExportEchoMail     = true
  
 There is one switch available that forces Mystic to hold off attempting to export messages until the user that has created any new messages has logged off the BBS. This is to give users their entire time logged in to edit their messages before they'll be sent. There is one switch available that forces Mystic to hold off attempting to export messages until the user that has created any new messages has logged off the BBS. This is to give users their entire time logged in to edit their messages before they'll be sent.
 +
 +If you want Mystic to hold off exporting messages until the user has logged off - set the following:
  
   [ExportEchoMail]   [ExportEchoMail]
Line 11: Line 20:
   ; Do not export messages from users currently online   ; Do not export messages from users currently online
   skip_online = true   skip_online = true
 +  
 +If you want Mystic to export messages while the user is still logged - set the following:
 +
 +  [ExportEchoMail]
 +  
 +  ; Do not export messages from users currently online
 +  skip_online = false
  
mutil_export_echomail.txt · Last modified: 2016/04/07 03:14 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki