File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
src/components/HomepageFeatures Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,10 @@ const config: Config = {
116
116
href : "https://github.com/nodemailer/wildduck" ,
117
117
label : "Wildduck GitHub"
118
118
} ,
119
+ {
120
+ href : "https://github.com/nodemailer/nodemailer" ,
121
+ label : "Nodemailer GitHub"
122
+ } ,
119
123
] ,
120
124
} ,
121
125
] ,
Original file line number Diff line number Diff line change @@ -5,23 +5,26 @@ import Heading from '@theme/Heading';
5
5
6
6
const FeatureList = [
7
7
{
8
- title : 'Easy to Use ' ,
8
+ title : 'Universal support ' ,
9
9
Svg : require ( '@site/static/img/undraw_docusaurus_mountain.svg' ) . default ,
10
- description : < > Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly.</ >
10
+ description : (
11
+ < > Wildduck Mail Server is supported by all majors platforms and does not require any compiling. If the system has NodeJS - it can run Wildduck! </ >
12
+ )
11
13
} ,
12
14
{
13
- title : 'Focus on What Matters ' ,
15
+ title : 'Ease of use ' ,
14
16
Svg : require ( '@site/static/img/undraw_docusaurus_tree.svg' ) . default ,
15
17
description : (
16
18
< >
17
- Docusaurus lets you focus on your docs, and we'll do the chores. Go ahead and move your docs into the < code > docs</ code > directory.
19
+ Wildduck is easy to set up and use! Every setting can be configured and you can manage users, mailboxes, messages and everything else via a
20
+ simple HTTP API!
18
21
</ >
19
22
)
20
23
} ,
21
24
{
22
- title : 'Powered by React ' ,
25
+ title : 'Modern IMAP/POP3 ' ,
23
26
Svg : require ( '@site/static/img/undraw_docusaurus_react.svg' ) . default ,
24
- description : < > Extend or customize your website layout by reusing React. Docusaurus can be extended while reusing the same header and footer .</ >
27
+ description : < > Wildduck supports almost all modern IMAP and POP3 features, while being fast and scalable! All unicode email addresses as supported .</ >
25
28
}
26
29
] ;
27
30
You can’t perform that action at this time.
0 commit comments