1. Fill in the forms for your email configuration profile

Documentation can be found here for common fields and here for email specific fields.

Everything happens in your browser, your data isn't sent anywhere.

This is a free and open source software released under the GPL v3.0. The source code is available on sourcehut.

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version='1.0'> <dict> <key>PayloadContent</key> <array> <dict> <key>EmailAccountType</key> <string></string> <key>EmailAddress</key> <string></string> <key>EmailAccountDescription</key> <string></string> <!-- Incoming --> <key>IncomingMailServerAuthentication</key> <string></string> <key>IncomingMailServerHostName</key> <string></string> <key>IncomingMailServerPortNumber</key> <integer></integer> <key>IncomingMailServerUsername</key> <string></string> <key>IncomingMailServerUseSSL</key> </> <!-- Outgoing --> <key>OutgoingMailServerAuthentication</key> <string></string> <key>OutgoingMailServerHostName</key> <string></string> <key>OutgoingMailServerPortNumber</key> <integer></integer> <key>OutgoingMailServerUsername</key> <string></string> <key>OutgoingMailServerUseSSL</key> </> <key>OutgoingPasswordSameAsIncomingPassword</key> </> <!-- Common keys --> <key>PayloadDisplayName</key> <string></string> <key>PayloadDescription</key> <string></string> <key>PayloadIdentifier</key> <string></string> <key>PayloadType</key> <string>{{ payload.PayloadType }}</string> <key>PayloadUUID</key> <string>{{ payload.PayloadUUID() }}</string> <key>PayloadVersion</key> <integer>{{ payload.PayloadVersion }}</integer> </dict> </array> <!-- Common keys --> <key>PayloadDisplayName</key> <string></string> <key>PayloadDescription</key> <string></string> <key>PayloadIdentifier</key> <string></string> <key>PayloadType</key> <string>{{ container.PayloadType }}</string> <key>PayloadUUID</key> <string>{{ container.PayloadUUID() }}</string> <key>PayloadVersion</key> <integer>{{ container.PayloadVersion }}</integer> </dict> </plist>

2. Download your profile

Download

3. Or copy/paste