Method: MidiSmtpServer::Smtpd#on_helo_event
- Defined in:
- lib/midi-smtp-server.rb
#on_helo_event(ctx, helo_data) ⇒ Object
event on HELO/EHLO you may change the ctx[:helo_response] in here so that this will be used as greeting string the value is not allowed to return CR nor LF chars and will be stripped
490 |
# File 'lib/midi-smtp-server.rb', line 490 def on_helo_event(ctx, helo_data) end |