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 以根据需要进行自定义