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