I am using an email list program that requires that the emails come in with the following format:
Name: User Name
Email:
user@domain.comRight now it sends it to me like this:
Below is the result of your feedback form. It was submitted by
(
testaddress@domain.com) on Wednesday, February 18, 2009 at 09:05:23
---------------------------------------------------------------------------
Contact_FirstName: Test User
---------------------------------------------------------------------------
Can I modify this using the Perl file? If so, how do I do this? I can handle reading through code, but my Perl knowledge is very limited. Thanks.