Thanks Mike
I've added the line to just after
so it now reads
Is this the right place? It doesn't appear to make any difference to the mail subject there I'm afraid...
I've added the line to just after
Code:
my ($sSmtpServer, $sEmailAddress, $sSubjectText, $sMessageText, $sReturnAddress) = @_;
Code:
my ($sSmtpServer, $sEmailAddress, $sSubjectText, $sMessageText, $sReturnAddress) = @_; $sSubjectText =~ s/Order Shipped/Order Info/g;
Comment