===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt-27-The Net_Socket_ package is used as the basis for all network communications.
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt:28:Connection options can be specified via the `$socket_options` construction
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt-29-parameter::
##############################################
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt-34-**Note:** PHP 5.6 introduced `OpenSSL changes`_. Peer certificate verification
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt:35:is now enabled by default. Although not recommended, `$socket_options` can be
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt-36-used to disable peer verification (as shown above).
##############################################
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt-199-
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt:200:Note that the ``$data`` parameter will be passed to the ``quotedata()``
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt-201-function `by reference`_.  This means that you can operate directly on
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt:202:``$data``.  It also the overhead of copying a large ``$data`` string to and
php-net-smtp-1.9.0/Net_SMTP-1.9.0/docs/guide.txt-203-from the ``quotedata()`` method.