Re: How to return user specific message if server - WeOnlyDo Discussion board

Re: How to return user specific message if server (General questions)

by wodDamir, Wednesday, September 05, 2012, 15:48 (4245 days ago) @ Aleksey Diachok

Hi Aleksey,

You can try using SilentDeny instead. Once you set Action to SilentDeny, make sure that you send your custom message (along with error code) and end of line character. I.e:

[code]
Action = SilentDeny
User.Send( 451 I decided to refuse message from ... & vbCrLf )
[/code]

Can you try something like that?

regards,
Damba


Complete thread: