Change 'Notification Master' email address

Hello I'm trying to change the email address that OTRS uses as its "From:" address when it sends notifications to agents. Can anyone help? I'm using v 1.3.1 Many thanks Alex

On Sun, 17 Oct 2004 22:15:03 +0100, Alex Newnham
Hello
I'm trying to change the email address that OTRS uses as its "From:" address when it sends notifications to agents. Can anyone help? I'm using v 1.3.1
Put the following in Config.pm. Change the attributes to suit.
# --
# notification sender
# --
$Self->{NotificationSenderName} = 'OTRS Notification Master';
$Self->{NotificationSenderEmail} = 'otrs@
participants (2)
-
Alex Newnham
-
Tyler Hepworth