ptitspas-vitrine/static/mail/config-v1.1.xml
root 9c3dd7478a
Some checks failed
Déploiement Hugo Staging / deploy-staging (push) Has been cancelled
Ajout du fichier de configuration pour les mail automatiques
2025-06-03 20:56:28 +00:00

21 lines
743 B
XML

<?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>