Skip to content

FokuspokusSB/phpmailer-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPMAILER Example

Config in mail.config.php.

<?php
$CONFIG = array(
  'mail' => array(
    "host" => "",
    "port" => "587",
    "email" => "",
    "password" => "",
    "isSMTP" => true,
    "debug" => true
  )
);

test

$ php -S localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages