Results 1 to 3 of 3
Hi!
In my php scripts i'm using the mail() function. The mail what i'm sending is tagged as spam in other computter. Why? This part of script:
Code:
$headers="From: my@host.com\r\n"."Content-Type: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-25-2006 #1
spam
Hi!
In my php scripts i'm using the mail() function. The mail what i'm sending is tagged as spam in other computter. Why? This part of script:
sorry beacuse my englishCode:$headers="From: my@host.com\r\n"."Content-Type: text/html; charset=utf-8\r\n"."Content-Transfer-Encoding: 8bit\r\n\r\n"; mail($to,$subj,$msg,$headers) echo "<font face='tahoma' size='2' echo "<font face='tahoma' size='2' color='#ffffff'>Mail --$msg-- sent: $to</font><br><br>";
- 12-25-2006 #2Linux Newbie
- Join Date
- Dec 2006
- Posts
- 105
- 12-25-2006 #3
Yes, the server uses SMTP.
Can you help me?


Reply With Quote
