postalserver / postalserver/postal
`helo_hostname` is not fully realized
Open
bug
- Dominant language
- Ruby
- Stars
- 16.8k
- Forks
- 1.3k
- Avg merge
- 13d 7h
- Merged PRs (30d)
- 2
Description
## 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 few other places.
Contributor guide
Assessment
This issue has not been assessed yet.