Skip to content

feat: Allow specifying the smtp port via config#395

Merged
spencewenski merged 1 commit into
mainfrom
smtp-example-instructions
Oct 9, 2024
Merged

feat: Allow specifying the smtp port via config#395
spencewenski merged 1 commit into
mainfrom
smtp-example-instructions

Conversation

@spencewenski

Copy link
Copy Markdown
Member

Also, update READMEs to add instructions for how to start a local smtp server for dev/testing.

Also, don't run pre-push checks against entire workspace, just roadster

Also, update READMEs to add instructions for how to start a local smtp
server for dev/testing.

Also, don't run pre-push checks against entire workspace, just roadster
@spencewenski spencewenski mentioned this pull request Oct 9, 2024
@codecov

codecov Bot commented Oct 9, 2024

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 42.70%. Comparing base (c94e291) to head (bc3b98b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/config/email/smtp.rs 0.00% 7 Missing ⚠️
Files with missing lines Coverage Δ
src/config/email/smtp.rs 14.28% <0.00%> (-2.96%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c94e291...bc3b98b. Read the comment docs.

@spencewenski spencewenski merged commit 9f1b19b into main Oct 9, 2024
@spencewenski spencewenski deleted the smtp-example-instructions branch October 9, 2024 20:06
@github-actions github-actions Bot mentioned this pull request Oct 9, 2024
spencewenski added a commit that referenced this pull request Oct 9, 2024
## 🤖 New release
* `roadster`: 0.6.4 -> 0.6.5 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.6.5](roadster-v0.6.4...roadster-v0.6.5)
- 2024-10-09

### Added

- Add `SmtpHealthCheck`
([#396](#396))
- Allow specifying the smtp port via config
([#395](#395))
- Add smtp client to `AppContext`
([#391](#391))
- Add support to config for email via SMTP (`email-smtp` feature)
([#388](#388))

### Fixed

- Fix config value used for timeout of health check in api and cli
([#397](#397))

### Other

- Add example of sending email using lettre smtp client
([#394](#394))
- Add doc comment explaining how NormalizePathLayer works
([#393](#393))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Spencer Ferris <3319370+spencewenski@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant