Bitwarden_rs: SMTP support?

Created on 6 Jul 2018  路  3Comments  路  Source: dani-garcia/bitwarden_rs

Is this possible? Would love to be able to send out emails when setting up users and/or adding them to collections.

Most helpful comment

Currently SMTP support is not something on my radar, but I'm not against it as an idea for the future as long as it's optional.
With a little research I discovered an SMTP client library for Rust (https://github.com/lettre/lettre) that seems reasonably simple to use, so maybe a proper implementation won't be particularly complex.

All 3 comments

This would be cool to have, just a note that the way some of the current things work would have to be changed. For example registering users or adding them to collections effectively skips the invitation step. Now this can actually be beneficial for people, that do not want to necessary use SMTP for this functionality. So if anyone feels like implementing this, I'd certainly like it to be optional and I'd hope to have the option to keep the current functionality.

Currently SMTP support is not something on my radar, but I'm not against it as an idea for the future as long as it's optional.
With a little research I discovered an SMTP client library for Rust (https://github.com/lettre/lettre) that seems reasonably simple to use, so maybe a proper implementation won't be particularly complex.

Makes perfect sense. Appreciate the great work.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SpinB picture SpinB  路  3Comments

durd picture durd  路  3Comments

Gregor-Agnes picture Gregor-Agnes  路  6Comments

mprasil picture mprasil  路  6Comments

mrtargaryen picture mrtargaryen  路  5Comments