Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
server:mail [2022/02/25 15:23] – [sbbs.ini] NewMailNotice and ForwardNotice have been replaced with text.dat strings digital manserver:mail [2023/02/18 14:02] – New section on Recipients, for Keyop digital man
Line 16: Line 16:
  
 The SMTP server also supports the SEND, SAML and SOML commands for delivering instant messages (a.k.a. telegrams) to users of the BBS. The SMTP server also supports the SEND, SAML and SOML commands for delivering instant messages (a.k.a. telegrams) to users of the BBS.
 +
 +==== Recipients ====
 +When receiving email messages via SMTP, the Synchronet mail server can match recipient names to a BBS user account by their alias or optionally, their real name. 
 +
 +=== Special Characters ===
 +Non-alphanumeric characters are ignored when matching recipient names to BBS user aliases. So for example, the following will all match the user "digital man":
 +  * ''digital.man''
 +  * ''digital_man''
 +  * ''digitalman''
 +  * ''d-i-g-i-t-a-l-man''
 +
 +=== Real Names ===
 +When matching recipient names to BBS real names (if so enabled by the sysop by setting SCFG->Message Options->Receive E-mail by Real Name to "Yes"), spaces and '.' are treated as equivalent. When "Receive E-mail by Real Name" is enabled, receiving e-mail by user's alias is still supported.
 +
 +=== Special Aliases ===
 +Recipient names configured in ''[[dir:ctrl]]/[[config:alias.cfg]]'' can be used to match recipient names to specific user account numbers, aliases, external email addresses, or even sub-boards.
 +
 +=== User Number ===
 +Receiving by user account number is also optionally supported, not not encouraged and disabled by default.
  
 ==== Special Prefixes ==== ==== Special Prefixes ====