Ajout du fichier de configuration pour les mail automatiques
Some checks failed
Déploiement Hugo Staging / deploy-staging (push) Has been cancelled
Some checks failed
Déploiement Hugo Staging / deploy-staging (push) Has been cancelled
This commit is contained in:
parent
4f7f9502a6
commit
9c3dd7478a
21
static/mail/config-v1.1.xml
Normal file
21
static/mail/config-v1.1.xml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<clientConfig version="1.1">
|
||||||
|
<emailProvider id="ptits-pas.fr">
|
||||||
|
<domain>ptits-pas.fr</domain>
|
||||||
|
<displayName>ptits-pas.fr Mail</displayName>
|
||||||
|
<incomingServer type="imap">
|
||||||
|
<hostname>mail.ptits-pas.fr</hostname>
|
||||||
|
<port>993</port>
|
||||||
|
<socketType>SSL</socketType>
|
||||||
|
<authentication>password-cleartext</authentication>
|
||||||
|
<username>%EMAILADDRESS%</username>
|
||||||
|
</incomingServer>
|
||||||
|
<outgoingServer type="smtp">
|
||||||
|
<hostname>mail.ptits-pas.fr</hostname>
|
||||||
|
<port>587</port>
|
||||||
|
<socketType>STARTTLS</socketType>
|
||||||
|
<authentication>password-cleartext</authentication>
|
||||||
|
<username>%EMAILADDRESS%</username>
|
||||||
|
</outgoingServer>
|
||||||
|
</emailProvider>
|
||||||
|
</clientConfig>
|
||||||
Loading…
x
Reference in New Issue
Block a user