# Method of reply message sending # (method to send reply messages: 'sms' / 'email') MESSAGESEND = 'email' # Resend message settings # (method to send reply messages: 'sms' / 'email') MESSAGESEND = 'email' # (enable resending of reply message after 15 minutes if sending fails, until succesfull sending) ENABLERESEND = 'yes' # (resend waiting time in minutes) RESENDTIME = 15 # (maximum retries of resending) MAXRESEND = 10