converting to new mail queue api
This commit is contained in:
parent
7c71d93c1e
commit
47afbb0138
6 changed files with 13 additions and 13 deletions
|
|
@ -234,7 +234,7 @@ sub createAccountSave {
|
|||
if ($self->session->setting->get("webguiValidateEmail")) {
|
||||
my $key = $self->session->id->generate();
|
||||
$self->saveParams($self->userId,"WebGUI",{emailValidationKey=>$key});
|
||||
my $mail = WebGUI::Mail::Send->new($self->session,{
|
||||
my $mail = WebGUI::Mail::Send->create($self->session,{
|
||||
to=>$profile->{email},
|
||||
subject=>$i18n->get('email address validation email subject','AuthWebGUI')
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue