Skip to content

Instantly share code, notes, and snippets.

@hissy
Created February 24, 2013 15:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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', 'info@example.com');
define('EMAIL_ADDRESS_REGISTER_NOTIFICATION_FROM', 'info@example.com');
define('EMAIL_ADDRESS_FORGOT_PASSWORD', 'info@example.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment