From 48160db046a3fbe7d04e004f4a4e5c0b3ac92988 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 9 Mar 2022 16:36:29 +0000 Subject: [PATCH] typos --- bin/OpenSim.ini.example | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 15882842b6..ce1c8eb969 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -501,13 +501,14 @@ ; internal_object_host = lsl.opensim.local ;# {host_domain_header_from} {[Startup]emailmodule:DefaultEmailModule enabled:true} {From address to use in the sent email header?} {} 127.0.0.1 - ; if the smpt service allows the from address will be + ; if the smtp service allows, the from address will be + ; if not set SMTP_SERVER_FROM below ; host_domain_header_from = "127.0.0.1" - ;# {SMTP_SERVER_LOGIN} {[Startup]emailmodule:DefaultEmailModule2 enabled:true} {SMTP server from name?} {} + ;# {SMTP_SERVER_FROM} {[Startup]emailmodule:DefaultEmailModule2 enabled:true} {SMTP server from name?} {} ; DefaultEmailModule2 only - ; some smpt service require a known registered From email address or will give Error 500 - Envelope from address is not authorised - ; set to a valid email address that smpt will accept (in same cases same as SMTP_SERVER_LOGIN) + ; some smtp servers require a known From email address or will give Error 500 - Envelope from address is not authorised + ; set to a valid email address that smtp will accept (in same cases same as SMTP_SERVER_LOGIN) ; SMTP_SERVER_FROM = "" ;# {email_pause_time} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Period in seconds to delay after an email is sent.} {} 20