Skip to content

Instantly share code, notes, and snippets.

@hissy
Created February 24, 2013 15:11
Show Gist options
  • Save hissy/5024168 to your computer and use it in GitHub Desktop.
Save hissy/5024168 to your computer and use it in GitHub Desktop.
[concrete5] メール系の定数メモ
<?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