Skip to content

Commit

Permalink
Update documentation for the 1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Mar 19, 2021
1 parent 0134feb commit 9f1ffb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.16: http://docutils.sourceforge.net/" />
<title>The Net_SMTP Package</title>
<style type="text/css">

Expand Down Expand Up @@ -134,7 +134,7 @@ <h2 class="subtitle" id="user-documentation">User Documentation</h2>
</tbody>
</table>
<div class="contents topic" id="table-of-contents">
<p class="topic-title first">Table of Contents</p>
<p class="topic-title">Table of Contents</p>
<ul class="auto-toc simple">
<li><a class="reference internal" href="#dependencies" id="id2">1&nbsp;&nbsp;&nbsp;Dependencies</a><ul class="auto-toc">
<li><a class="reference internal" href="#the-pear-error-class" id="id3">1.1&nbsp;&nbsp;&nbsp;The <tt class="docutils literal">PEAR_Error</tt> Class</a></li>
Expand Down Expand Up @@ -262,6 +262,9 @@ <h2>4&nbsp;&nbsp;&nbsp;Secure Connections</h2>
</pre>
<p>This example connects to <tt class="docutils literal">mail.example.com</tt> on port 465 (a common SMTPS
port) using the <tt class="docutils literal"><span class="pre">ssl://</span></tt> transport.</p>
<p>TLS/SSL is enabled for authenticated connections by default (via the <tt class="docutils literal">auth()</tt>
method's <tt class="docutils literal">$tls</tt> parameter), but the <a class="reference external" href="https://tools.ietf.org/html/rfc3207"><tt class="docutils literal">STARTTLS</tt></a> command can also be sent
manually using the <tt class="docutils literal">starttls()</tt> method.</p>
</div>
<div class="section" id="sending-data">
<h2>5&nbsp;&nbsp;&nbsp;Sending Data</h2>
Expand Down

0 comments on commit 9f1ffb5

Please sign in to comment.