PHP & Others

PHP로 메일 보내기 - 숨은참조와 참조로 보내기

컨텐츠 정보

본문

메일 함수
<?php
mail('recipient@toodtood.net, toodtoodone@toodtood.net, metoo@toodtood.net',
'제목',
'내용이다.', 
"To: The Receiver <recipient@toodtood.net>\\n" .
"From: The Sender <sender@toodtood.net>\\n" . 
"cc: Interested <toodtoodone@toodtood.net>\\n" .   
"Bcc: Me Too <metoo@toodtood.net>\\n" .   
"X-Mailer: PHP 4.x");
?>

관련자료

댓글 0
등록된 댓글이 없습니다.
Today's proverb
참된 행복은 눈에 보이지 않는다. 참된 행복은 작지만 자기 일에 만족하고 자기 안에서 그것을 찾는 사람에게만 보이도록 가만 가만히 찾아온다.