home: mail: accounts: use 'outlook' flavor
This commit is contained in:
parent
235ab4794e
commit
6748b5b5e6
|
@ -51,21 +51,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
office365Config = {
|
office365Config = {
|
||||||
imap = {
|
flavor = "outlook.office365.com";
|
||||||
host = "outlook.office365.com";
|
|
||||||
port = 993;
|
|
||||||
tls = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
smtp = {
|
|
||||||
host = "outlook.office365.com";
|
|
||||||
port = 587;
|
|
||||||
tls = {
|
|
||||||
enable = true;
|
|
||||||
useStartTls = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue