Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Mailer :: Feature request #4

Open
ghost opened this issue Apr 12, 2019 · 1 comment
Open

Mailer :: Feature request #4

ghost opened this issue Apr 12, 2019 · 1 comment
Assignees
Labels
New feature Adding new functionality

Comments

@ghost
Copy link

ghost commented Apr 12, 2019

Hi @ThymonA,

Reset password and Register/create account requires a mailer to send out activation and reset password links.

Example configuration

"Smtp": {
    "Host": "host name",
    "Username": "[email protected]",
    "Password": "password",
    "Ssl": true,
    "Port": 587,
    "From": "[email protected]"
}

Check out this library https://github.com/jstedfast/MailKit

@ThymonA ThymonA added the New feature Adding new functionality label Apr 17, 2019
@ThymonA ThymonA added this to the Adding features milestone Apr 17, 2019
@ThymonA ThymonA pinned this issue Apr 17, 2019
@ThymonA ThymonA closed this as completed Apr 17, 2019
@ThymonA ThymonA reopened this Apr 17, 2019
@ThymonA ThymonA modified the milestone: Adding features Apr 17, 2019
@ThymonA ThymonA self-assigned this Apr 17, 2019
@ghost
Copy link
Author

ghost commented Apr 23, 2019

Hi @ThymonA,

How far are you with this feature request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
New feature Adding new functionality
Projects
None yet
Development

No branches or pull requests

1 participant