Skip to content

Instantly share code, notes, and snippets.

@AlexSJ
Created March 25, 2019 02:53
Show Gist options
  • Save AlexSJ/610b51e2c01fd7d9aa7d815936c8a0fc to your computer and use it in GitHub Desktop.
Save AlexSJ/610b51e2c01fd7d9aa7d815936c8a0fc to your computer and use it in GitHub Desktop.
<?php
$server = "{" . $this->configs['imap_servidor'] . ":" . $this->configs['imap_porta'] . ($this->configs['imap_comunicacao_segura'] == 'f' ? '/novalidate-cert' : '') . "}";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment