PHP Mail Local OSX and Web-Internet: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{TOCright}}
{{TOCright}}
The standard features of UNIX mail (OSX) are limited, making the usage in Terminal or in PHP (which uses the sendmail) barely usable.
<br>Therefor I decide to use PHPMailer <ref name="PHPMailer.php">[https://github.com/PHPMailer/PHPMailer GitHub], PHPMailer is <i>The classic email sending library for PHP</i></ref> for using mail on intranet (MAMP Pro) and Internet.
== Introduction ==


== See also ==
== See also ==

Revision as of 12:08, 29 October 2017

The standard features of UNIX mail (OSX) are limited, making the usage in Terminal or in PHP (which uses the sendmail) barely usable.
Therefor I decide to use PHPMailer [1] for using mail on intranet (MAMP Pro) and Internet.

Introduction

See also

top

Reference

top

  1. GitHub, PHPMailer is The classic email sending library for PHP