Dallas Lu
Dallas Lu
http error log: svnadmin: Can't convert string from native encoding to 'UTF-8': svnadmin: /home/subversion/repositories/?\230?\181?\139?\232?\175?\149
ref #232
referenced https://github.com/defunkt/jquery-pjax/issues/478 https://github.com/defunkt/jquery-pjax/pull/479
Add description of DNS records for mx_records
## Describe the bug `Config.dns.helo_hostname`, commented with 'The hostname to use in HELO/EHLO when connecting to external SMTP servers'. But in `app/lib/smtp_server/client.rb`: ```ruby new_io.print("220 #{Postal::Config.postal.smtp_hostname} ESMTP Postal/#{client.trace_id}") ``` And a...