The email tag has no wiki summary.
1
vote
0answers
47 views
Where to set up a mailing list for a new language? [closed]
I'm designing a new programming language, for which I'm going to want to set up a mailing list sooner or later. A Google group is one option; it provides archiving and a web interface as well as the ...
0
votes
1answer
74 views
Bad idea to display mail server info in public github project?
I have the project for work that requires me to send e-mails to people using our work mail server. The server doesn't require authentication. Part of my project is using a Java-Helper I'm developing ...
2
votes
2answers
88 views
Freelance Websites - Email Services
When doing freelance work on websites, as part of my service, I offer email addresses and inbox storage. I currently use a postfix/courier stack. I tend to point people towards setting up a separate ...
3
votes
1answer
53 views
Handling SMS/email convergence: how does a good business app do it?
I'm writing a school administration software package, but it strikes me that many developers will face this same issue: when communicating with users, should you use email or SMS or both, and should ...
4
votes
6answers
95 views
How to log configuration or code behaviour changes in non-disruptive way
We've probably all been in the situation where you'd like to alert your team members to some change ("I changed X, so now it's running every hour instead of every day"). But the change is non-urgent, ...
-2
votes
5answers
331 views
What technique are there to check if an email has been opened [closed]
I am aware that a technique often used to track if a HTML email is opened is to add a small tracking image that logs a the database when it is requested.
However if the users opts not to view images ...
1
vote
2answers
75 views
Is it possible to set a cron job by using php / modify xampp setting?
I would like to let the user set a cron job through my system and i built it in php code.
After my searching i found that only way set a cron job in windows is to use the program available in the ...
1
vote
1answer
80 views
Common practice in handling bounce message
At now I mainly create a mail account separately (with different domain name [email protected]) and i add this mail as one return path. So the bounce message will only go to that mailbox and i ...
1
vote
1answer
79 views
Are there any ways to track for the visitor of my site , which site visitor come from?
This is a problem because when I do email campaign,
There is a link on the email, that link to my company homepage,
I would like to differentiate between the visitor come from another way (e.g. ...
4
votes
4answers
330 views
Should I use Legitimate Email spoofing?
Recently I receive a request: users' emails are stored in the database, and as request of a user, the system will send an email on their behalves.
To add more context, it's like sending an email from ...
3
votes
1answer
293 views
Why does email sent from my site end up in SPAM folders? [closed]
I am developing a course registration website in Django. New users must confirm their email address by clicking on a link emailed to them.
Unfortunately, this message is consistently ending up in ...
7
votes
1answer
200 views
Why is a Bayes classifier used for spam filtering?
I've been reading about Bayesian spam filtering and I think I understand the theory, but I just don't see why this approach is needed in order to calculate the likelihood of a message being spam, ...
0
votes
3answers
275 views
Programming around email address case sensitivity
Like many websites, we use email addresses as user identifiers for logins.
RFC 5321 [#2.3.11] states that the local parts of email addresses:
MUST be
interpreted and assigned semantics only ...
2
votes
3answers
134 views
Need to figure out Timesheet via Email [closed]
So we are thinking that we might want to make timesheet submission easier by having our timesheet system send out a person's timesheet via email to the employee. The employee then should fill out the ...
1
vote
5answers
332 views
Is using xml + xsl to create a weekly html email a good or bad idea?
The guy who is in charge of our html emails is leaving and I have been asked to take over. We are an online retailer and send out an email once a week. An email will consist of a main image, a bit of ...