ホームFAQNetSHAKER Red-Mail Ver.1.0 > R1427

FAQ



■ NetSHAKER Red-Mail Ver.1.0 FAQ


R1427 phpのmail関数でメールが送信できません。

mail関数の第5パラメータにてエンベロープのsenderアドレスを指定してください。

<例>

<?php
  mail('user@example.dom', 'the subject', 'the message',
      'From: admin@example.dom', '-fadmin@example.dom');
?>

戻る