• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

1 at the top of all my mails?

wezal

Member
Hello,
I am using Linux RedHat 7 with sendmail. When I send out mail using a cgi script with the following code(below), I get a number 1 in the font of all my mail text? For example my emil would look like:

1Your feedback hads been recieved.

any ideas?

open(MAIL, "|$mailprog $email&quot😉
|| &HTMLdie("Couldn't send the mail (couldn't run $mailprog).&quot😉 ;

$ENV{'HTTP_REFERER'} || ($ENV{'HTTP_REFERER'}= "www.SecureWorkGroups.Com") ;
print MAIL "Subject: Feedback You have submitted to SecureWorkGroups\n\n",
print MAIL "From: $sender\n";
print MAIL "Your feedback has been recieved.\n\n";
close(MAIL) ;
 
Back
Top