You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing the markdown shown here, the resulting md2html output looks like this:
## Adding SMTP Email support1. Add the following line to your `build.gradle` file:
```kotlin
implementation("REDACTED")
```
*Please make sure to replace the version with the latest non-snapshot version of core.
1. In your `application.yml` file add the following properties:
```yaml
smtp:
host: localhost
port:25 # Optional (default 25)
username: myusername # Optional
password: mypassword # Optional
```
The text was updated successfully, but these errors were encountered:
When writing the markdown shown here, the resulting md2html output looks like this:
The text was updated successfully, but these errors were encountered: