Skip to content

Commit cc5082a

Browse files
committed
Experimental SMTP Email Client
1 parent 0470d06 commit cc5082a

File tree

2 files changed

+437
-0
lines changed

2 files changed

+437
-0
lines changed

berry/email.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

33
require_once(__DIR__ . "/email/EMail.php");
4+
require_once(__DIR__ . "/email/SMTPEMail.php");
45

56
?>

0 commit comments

Comments
 (0)