0
우분투 16.04 서버에 postfiy가 있습니다.후위 배달 상태의 PHP 메일
$to = [email protected]
$subject = 'the subject';
$message = 'hello';
$headers = 'From: [email protected]';
mail($to, $subject, $message, $headers);
내 이메일이 성공적으로 전달되었는지 확인하는 방법이 있나요 : 나는이 PHP 코드가?