Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しいユーザーが私のウェブサイトに登録したときに特定のメールを送信します。これを行うにはどうすればよいですか。私のコードをどこに添付しますか。どのクラスとどの機能..
あなたのion_auth構成ファイルを見てください。設定があります:
$config['email_activation'] = FALSE;
true に設定し、ビューを見て、必要に応じてカスタマイズする activate.tpl.php を見つけます。