fixed a few more bugs. very very close to having working mail to discussion
This commit is contained in:
parent
1f6a6a2ba1
commit
f4376ab5be
2 changed files with 3 additions and 2 deletions
|
|
@ -140,9 +140,9 @@ sub execute {
|
|||
return $self->COMPLETE unless ($cs->get("getMail"));
|
||||
my $start = time();
|
||||
my $mail = WebGUI::Mail::Get->connect($self->session,{
|
||||
server=>$cs->get("mailHost"),
|
||||
server=>$cs->get("mailServer"),
|
||||
account=>$cs->get("mailAccount"),
|
||||
password=>$cs->get("mailUser")
|
||||
password=>$cs->get("mailPassword")
|
||||
});
|
||||
return $self->COMPLETE unless (defined $mail);
|
||||
my $i18n = WebGUI::International->new($self->session, "Asset_Collaboration");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue