PHP mail()

PHP mail()

1 예시[ | ]

<?php
$to = "testuser@example.com";
$subject = "Greeting";
$message = "Hello\nWorld"
mail( $to, $subject, $message );

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}