日々の雑感

Xserverに phplist 3.6 インストール覚書

投稿日:

phplist-3.6.0.zipをダウンロード

(https://sourceforge.net/projects/phplist/files/phplist/からの最新バージョン)

config.phpを編集。

(ここから)

// 日本語に設定

$default_system_language = ‘ja’;

// データベースで作成するテーブル名のプレフィックス

$usertable_prefix = ‘phplist_’;

// phplistのルートディレクトリ

$pageroot = ‘/phplist/lists’;

// phpListの管理ルートディレクトリを設定

$adminpages = ‘/phplist/lists/admin’;

// what is your Mysql database server hostname

$database_host = ‘mysqlxxxxx.xserver.jp’;

// what is the name of the database we are using

$database_name = ‘phplistdb’;

// what user has access to this database

$database_user = ‘harvestmoon_wp7’;

// and what is the password to login to control the database

$database_password = ‘xxxxxxxx’;

// if you have an SMTP server, set it here. Otherwise it will use the normal php mail() function

//# if your SMTP server is called “smtp.mydomain.com” you enter this below like this:

//#

//#     define(“PHPMAILERHOST”,’smtp.mydomain.com’);

define(‘PHPMAILERHOST’, ‘svxxxxx.xserver.jp’);

// if TEST is set to 1 (not 0) it will not actually send ANY messages, but display what it would have sent

// this is here, to make sure you edited the config file and mails are not sent “accidentally”

// on unmanaged systems

define(‘TEST’, 0);

(ここまで)

Xserverのコンパネから、MySQL設定-MySQL追加で、harvestmoon_phplist という名のDBを追加。

同 コンパネ で、ユーザ追加で、harvestmoon_plst という名のユーザーを追加。

同 コンパネ で、 アクセス権未所有ユーザにharvestmoon_plstが現れたら、アクセス権所有ユーザに追加ボタンで追

Continueボタンを押し、画面を進めていけば、ダッシュボードに行く。

テスト送信で、はまる。

メッセージ送信画面で、必要な項目を埋めて、SendTestボタンをクリックしたら、failedというエラーが出る。

わからなくて、だいぶん時間を取られたが、

define(‘PHPMAILERHOST’, ”sv***.xserver.jp);

のようにしてたら、エラー(failed)がでて、難解やっても送信できなかったが、以下のようにブランクにしたら、すんなり送れた。

define(‘PHPMAILERHOST’, ”);

やれやれ・・・っと。

-日々の雑感

執筆者:

関連記事

no image

冬のグリーティング切手

郵便物を出しにいったら、こんな可愛いものがあったので、思わず購入。 http://www.post.japanpost.jp/kitte_hagaki/stamp/tokusyu/2005/h1710 …

no image

ピーマン

昨年はナメクジにやられて、枯れてしまった庭のピーマン苗。 先日植えたピーマンも、早くもナメクジの食害にやられている。 先っちょの柔らかい葉が、虫食い無残。 今まではナメクジを見つけると、落ち葉で取って …

no image

白鳥

富山市野中にて。 100羽くらいはいたような。 遠くから飛来して着水するなど、美しい姿も見れて、満足。

さらば旧西能病院

no image

しだれ桜

桜の木を買った。 庭に植えようと。 仙台しだれ桜というのが正式名で八重咲き種なのだ。 つぼみをいっぱいつけている。 開花が楽しみ。 しかしその前に、どこ植えよ。この狭い庭のどこに。 :download …