LoginSignup
0
0

More than 5 years have passed since last update.

メールフォームプロで件名を変更する

Last updated at Posted at 2018-06-05

1.mailformpro/config.cgiを開く。

2.設置者に届くメールの件名の部分を、

## 設置者に届くメールの件名
$config{'subject'} = $_TEXT{'subject'};

に変更

3.下記のコードを追加する。追加する場所は@Modules = ();の下あたり。

@Modules = ();
push @Modules,'CustomSubject'; ## 件名モジュール

4.mailformpro/configs/CustomSubject.cgiを開いて、件名を変更する。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0