Created
February 24, 2013 15:11
-
-
Save hissy/5024168 to your computer and use it in GitHub Desktop.
[concrete5] メール系の定数メモ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define('EMAIL_DEFAULT_FROM_NAME', '○△事務局'); | |
define('EMAIL_DEFAULT_FROM_ADDRESS', '[email protected]'); | |
define('EMAIL_ADDRESS_REGISTER_NOTIFICATION_FROM', '[email protected]'); | |
define('EMAIL_ADDRESS_FORGOT_PASSWORD', '[email protected]'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment