(.*?)\<\/EMailAddress\>/", $request, $email ); if (filter_var($email[1], FILTER_VALIDATE_EMAIL) === false) { throw new Exception('Invalid E-Mail provided'); } $domain = substr( strrchr( $email[1], "@" ), 1 ); /************************************** * Port and server settings below * **************************************/ $imapServer = 'imap.' . $domain; // imap.example.com $imapPort = 993; $imapSSL = true; $smtpServer = 'smtp.' . $domain; // smtp.example.com $smtpPort = 587; $smtpSSL = true; header( 'Content-Type: application/xml' ); ?> '; ?> email settings IMAP off off on SMTP off off on on on