관리-도구
편집 파일: from.php
You can use three different methods to set the from line: <ul> <li>One word: this will be reformatted as <the word>@<?php echo $domain?> <br>For example: <b>information</b> will become <b>information@<?php echo $domain?></b> <br>In most email programs this will show up as being from <b>information@<?php echo $domain?></b> <li>Two or more words: this will be reformatted as <i>the words you type</i> <listmaster@<?php echo $domain?>> <br>For example: <b>list information</b> will become <b>list information <listmaster@<?php echo $domain?>> </b> <br>In most email programs this will show up as being from <b>list information</b> <li>Zero or more words and an email address: this will be reformatted as <i>Words</i> <emailaddress> <br>For example: <b>My Name my@email.com</b> will become <b>My Name <my@email.com></b> <br>In most email programs this will show up as being from <b>My Name</b>