postalserver / postalserver/postal

`helo_hostname` is not fully realized

Open
#3,032 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.