ホームFAQNetSHAKER BlueRack Ver.2.0 > B204027

FAQ



■ NetSHAKER BlueRack Ver.2.0 FAQ


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

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

<例>

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

戻る