from行に設定するために3つの異なる方法が利用できます:
- one word: これは、<the word>@
Warning: Undefined variable $domain in /usr/local/www/phplist/admin/help/ja/from.php on line 3
として再フォーマットします。
例: informationは、information@
Warning: Undefined variable $domain in /usr/local/www/phplist/admin/help/ja/from.php on line 4
になるでしょう。
ほとんどの電子メールプログラムで、これは from information@
Warning: Undefined variable $domain in /usr/local/www/phplist/admin/help/ja/from.php on line 5
となって表されます。
- Two or more words: これは、入力した単語として再フォーマットされます。 <listmaster@
Warning: Undefined variable $domain in /usr/local/www/phplist/admin/help/ja/from.php on line 6
>
例: list informationは、list information <listmaster@
Warning: Undefined variable $domain in /usr/local/www/phplist/admin/help/ja/from.php on line 7
> となります。
ほとんどの電子メールプログラムで、これは、from list informationとなって表されます。
- Zero or more words and an email address: これは、単語 <emailaddress>として再フォーマットされます。
例: My Name my@email.comは、My Name <my@email.com>となります。
ほとんどの電子メールプログラムで、これは、from My Nameとなって表されます。