PayloadContent EmailAccountDescription Email - Softwareschmiede Herndon EmailAccountName %EMAILNAME% EmailAccountType EmailTypeIMAP EmailAddress %EMAILADDRESS% IncomingMailServerAuthentication EmailAuthPassword IncomingMailServerHostName softwareschmiede-herndon.de IncomingMailServerPortNumber 993 IncomingMailServerUseSSL IncomingMailServerUsername %EMAILADDRESS% OutgoingMailServerAuthentication EmailAuthPassword OutgoingMailServerHostName softwareschmiede-herndon.de OutgoingMailServerPortNumber 587 OutgoingMailServerUseSSL OutgoingMailServerUsername %EMAILADDRESS% OutgoingPasswordSameAsIncomingPassword PayloadDescription Configures email account. PayloadDisplayName IMAP Account Softwareschmiede Herndon PayloadIdentifier de.softwareschmiede-herndon.email PayloadOrganization PayloadType com.apple.mail.managed PayloadUUID %UUID1% PayloadVersion 1 PayloadDescription Softwareschmiede Herndon Email configuration. PayloadDisplayName Softwareschmiede Herndon Email settings PayloadIdentifier de.softwareschmiede-herndon.email PayloadOrganization PayloadRemovalDisallowed PayloadType Configuration PayloadUUID %UUID2% PayloadVersion 1 HEREDOC; $myout = str_replace("%EMAILNAME%", $emailname, $myout); $myout = str_replace("%EMAILADDRESS%", $emailaddress, $myout); $myout = str_replace("%UUID1%", $uuid1, $myout); $myout = str_replace("%UUID2%", $uuid2, $myout); header('Content-Type: application/x-apple-aspen-config'); echo $myout; ?>