Search found 2 matches
- 06 Sep 2010, 11:17
 - Forum: Help
 - Topic: Email to admin after new customer self registration
 - Replies: 1
 - Views: 1523
 
Re: Email to admin after new customer self registration
the solution is: edit this file: /opt/otrs/Kernel/Web/InterfaceCustomer.pl writing: send to admin when new user is created my $Sent = $EmailObject->Send( To => 'trallallero@blablabla.it', Subject => 'New Customer: '.$GetParams{UserLogin}, Charset => $Self->{LayoutObject}->{UserCharset}, MimeType => ...
					- 03 Sep 2010, 12:10
 - Forum: Help
 - Topic: Email to admin after new customer self registration
 - Replies: 1
 - Views: 1523
 
Email to admin after new customer self registration
Hi im an OTRS newbie, i configured it and everything works. I have just a question at the moment: i would want to receive an email after a new customer self registration. is it possible ? According to me it is really important because receveing the mail i can know instantly that a new customer is re...