Add: php MailSender class

This commit is contained in:
2019-04-30 12:04:43 +09:00
parent 009a7393b8
commit a0ab277256
7 changed files with 204 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
for ($i = 0; $i < $argc; $i++) {
echo "[".$i."] : ".$argv[$i]."\n";
}
# include("test_ncloud.php");
# php test_ncloud.php 삼화초 jisangs@daum.net 2019-04-22
# php test_ncloud.php name email date
?>