ホームFAQNetSHAKER BlueRack Ver.1.2 > B124027

FAQ



■ NetSHAKER BlueRack Ver.1.2 FAQ


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

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

<例>

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

戻る