0
votes
0answers
37 views
What is the email address of stackoverflow notification? [closed]
I accidentally clicked on "Delete and block" in my hotmail account.
Would like to unblock but can't find the email address.
Sorry if I am asking this qn at the wrong place...
0
votes
1answer
14 views
Implementing RFC 2369’s “List-Unsubscribe” in PHP website - should I send confirmation?
I'm trying to implement RFC 2369's "List-Unsubscribe" in a PHP website which sends out daily updates by email.
I'm planning to use the HTTP option only since this can be implement …
2
votes
7answers
173 views
How safe is javascript e-mail obfuscation really?
In order to put e-mail addresses on my sites, I use this Javascript:
function showEmailLink(user, domain, linkText) {
if (linkText == "") {
linkText = user + "@" + domain;
}
…
0
votes
0answers
34 views
Sending messages to spam folder
I want to know what do I have to do in my mail application to move rest of the messages of marking any email address as spam into spam folder without restarting mail server. Actual …
0
votes
4answers
95 views
Block spam from “tell a friend” forms
You have to have a form on your website for people to send an email to a friend if they found something interesting. You can force people to be logged in (which is not a good optio …
-4
votes
0answers
120 views
Security Issue in my website: Spam Emails are being send from my website [closed]
I have PHP web application. A registration page which captures user details and save it in the db table and then send an email(User registration acknowledgement) to the users emai …
0
votes
1answer
336 views
Avoid being labeled as spam when sending many emails per day on social site with PHP [closed]
Possible Duplicate:
Avoid being blocked by web mail companies for mass/bulk emailing ?
Hi all,
if I send many emails per day (100s or 1000s) to users, style "someone comm …
4
votes
3answers
241 views
Good non-intrusive anti-spam email obfuscator?
I'm trying to come up with a JavaScript email obfuscator to reduce the chance for spam in emails listed on a web site. Right now I've got a JavaScript based obfuscator that uses a …
2
votes
4answers
154 views
Do you hide email addresses to “spam bots” on websites?
Although there are still bots harvesting emails, I'm wondering if you hide email addresses on websites. I know this was common practice a few years back, but it seems that it's sta …
0
votes
5answers
100 views
How to receive “report spam” complaints for a newsletter service?
I'm building an email newsletter service.
Obviously we are doing regular opt-out links and everything like that, but I'm wondering...when a user in Gmail does the "report spam" bu …
0
votes
0answers
43 views
Virus / Spam Scanner Programatically for .NET ????
I am writing a piece of messaging software that will send and receive text, voice, fax etc. via SMTP (email).
I need to Programatically have the ability to scan incoming and outgo …
0
votes
3answers
301 views
Tracking email bounces, opens, clicks
I found How do you make sure email you send programmatically is not automatically marked as spam? to (hopefully) be a solid guide to avoiding being marked as spam. Are there any ot …
1
vote
8answers
719 views
Prevent sent emails treated as junk mails using php mail funtion
I wrote a PHP script to send emails.
My script is like this:
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$header …
7
votes
7answers
634 views
Bayesian filtering for spam
I was wondering if there is any good and clean oo implementation of bayesian filtering for spam and text classification? For learning purposes.
2
votes
3answers
69 views
Least Troublesome Email Format
Hi
Does anyone have a reason / preference as to the best format to send email responses from a website (payment confirmation / password reminder’s etc)?
Thanks
Jon
