Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
emmysteven committed Aug 16, 2024
1 parent 3076228 commit 0500f8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<img alt="GitHub closed issues" src="https://img.shields.io/github/issues-closed/codaholichq/mailpass">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/codaholichq/mailpass">
<img alt="visitors" src="https://visitor-badge.laobi.icu/badge?page_id=mailpass">
<a href="https://x.com/intent/tweet?hashtags=mailpass,rust,axum,oss&text=A+service+that+checks+if+an+email+address+exists+without+sending+a+mail&url=https%3A%2F%2Fgithub.com%2Fcodaholichq%2Fmailpass&via=codaholichq">
<a href="https://x.com/intent/tweet?hashtags=mailpass,rust,axum,oss&text=A+dApp+that+checks+if+an+email+address+exists+without+sending+a+mail&url=https%3A%2F%2Fgithub.com%2Fcodaholichq%2Fmailpass&via=codaholichq">
<img alt="𝕏" src="https://img.shields.io/twitter/url/http/shields.io.svg?style=flat&logo=twitter">
</a>
</div>

<br/>

Welcome to `MailPass`, a web application that checks if an email address exists before sending any email.
Welcome to `MailPass`, a (dApp) decentralized application that checks if an email address exists before sending any email.

Read the [Changelog file](https://github.com/codaholichq/mailpass/blob/main/docs/CHANGELOG.md) to see the new changes.

Expand Down
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
repository = "https://github.com/codaholichq/mailpass"
keywords = ["email", "smtp", "mx", "validation", "verification"]
categories = ["SaaS", "B2B"]
description = "Checks if an email address exists before sending any email"
description = "A dApp that checks if an email address exists without sending a mail."
readme = "README.md"
authors = ["Emmy Steven"]
license = "MIT"
Expand Down

0 comments on commit 0500f8a

Please sign in to comment.