The email tag has no wiki summary.
-1
votes
2answers
286 views
Is it possible to build a custom email client for Gmail using Java APIs? [closed]
Is it possible to build a custom email client for Gmail using Java APIs?
Or only Google can do that?
-1
votes
0answers
31 views
Export email body, import to new template, then send email automatically [migrated]
I work for a very new ISP and I was wondering where to start regarding the following...
When setting up our customers internet, we get an email from our supplier and then I forward sections of that ...
1
vote
0answers
27 views
Why am I getting a “USER NOT AUTHENTICATED” error when I try to send email from an app running on Heroku? [migrated]
What are the best authentication plans for emails and login on Heroku and how do they work?
My setup environment is web js and node.js server but I would like to understand the whole process ...
2
votes
0answers
94 views
My Manager thinks this reply is offensive [migrated]
Consider the case:
1) On a mailing list a question got asked by manager @Alice "why is this Blah Blah not shown in upcoming list on homepage"
2) I replied with following:
Because the way Data ...
1
vote
2answers
262 views
Creating an email notification system based on polling database rows
I have to design an email notification system based on the following requirements:
The email notifications would be created based on polling rows in a Mysql 5.5 DB table when they are in a ...
0
votes
1answer
232 views
Sending email notifications to users
What is the preferable way to send email notifications to users?
I can do it both ways but what is better?
have some c# code that calls stored procedure in the database. Stored procedure based on ...
2
votes
1answer
67 views
Should I parse an email template before or after placing it in the queue?
I have a web application that sends out transactional (triggered) emails to users. We've setup a message queue for the web application to write to when it needs to send out an email (best practices ...
1
vote
1answer
305 views
PHP Library to read incoming emails (e.g email piping)
I'm looking for an existing PHP library that can basically read a pop3 or smpt account, or accept piped mail and then read it, giving you the option to store it, or simply 'play with it' in PHP.
I've ...
1
vote
1answer
115 views
What's a good way for a program to process an email mailbox?
Let's have a program that checks an email mailbox and then "processes" the messages contained there. (For this question it doesn't really matter what it actually does with the message). The program ...
2
votes
3answers
210 views
Approach to use for user email address change in application?
As the title says, if the user wants change their email address in the application, in terms of programming, what approach (process) to use? Where do you store the new email address until the user ...
1
vote
1answer
95 views
Do Windows mail clients actually care about the MIME type of binary attachments?
...or, in other words: When sending a mail programmatically, do I really need to go through the hassle of setting the correct MIME type or can I just use application/octet-stream?
The mail clients I ...
40
votes
3answers
4k views
Why do some big projects, like Git and Debian, only use a mailing list and not an issue tracker?
Bug tracker for any decent sized project seem like a bit of a no-brainer to me - it makes it really easy to organise hundreds or thousands issues, without issues colliding or getting mixed up.
So ...
0
votes
1answer
187 views
How to create a Web app that “interacts” with email?
I have a web host that supports cPanel and email addresses. I'm interested in creating a web app that checks for email messages, reads their contents and then does something with them, like interact ...
0
votes
1answer
249 views
Task Scheduler shared hosting
I am using a shared host that which doesn't support CRON/TaskScheduler (it is a windows Godaddy server).
I need to search on email server for new emails on each 1 hour, I have the script on PHP.
Can ...
3
votes
2answers
151 views
How to create an automated email in several languages (multipart/alternative)?
I need to send automated emails to customers whose language I am not sure about.
90 % are french and would probably not be able to read mails in english.
The other 10 % would probably be able to read ...
2
votes
2answers
143 views
Validating Emails in PHP
I wrote the following function to validate emails for a web app I'm working on:
function validate_email($email) {
$valid = true;
if(!filter_var($email, FILTER_VALIDATE_EMAIL)) {
...
-5
votes
3answers
312 views
Is sending password to user email secure? [closed]
How secure is sending passwords through email to a user, since email isn't secured by HTTPS.
What is the best way to secure it? Should I use encryption?
1
vote
1answer
742 views
GMail API for a small app (Rails? Javascript? PHP?)
I want to create an app that accesses the GMail API, but I'm finding that it isn't as simple as I thought it might be.
I'm hoping somebody in the community here might have some experience working ...
4
votes
1answer
107 views
How to go about designing an intermediate routing filter program to accept input and forward accordingly?
My predicament:
I designed an app, written in Python, to read my mail and check for messages that contain a certain digital signature. It opens these and looks for keywords. If the message contains ...
4
votes
7answers
324 views
Large enterprise application - clients wish to use duplicate e-mails addresses?
I'd like to know people's opinions, reactions to clients and technical work arounds (if applicable), to the issue of an enterprise application where a client wishes to use duplicate e-mail addresses?
...
5
votes
3answers
356 views
Responding to end users about bugs they found
I have an issue tracking system, but sometimes users report bugs directly to me in an email.
If I'm responding to a bug report in an email, what's a good etiquette to use? Do I thank them for ...
6
votes
3answers
291 views
What is the best policy for allowing clients to change email?
We are developing a web application with a fairly standard registration process which requires a client/user to verify their email address before they are allowed to use the site. The site also ...
2
votes
2answers
497 views
Sending an email with attachment from server side
I have to create a word document in a specific format and send it as attachment to some email addresses.
I have a preview screen for the report which on approval has to be send in email. This is an ...
-1
votes
3answers
406 views
How does eMail encryption work?
I have been going over YouTube watching videos on eMail encryption and everyone seems to explain it from a different perspective. Some do it for a CompTIA exam while others just provide a primer.
Here ...
0
votes
1answer
266 views
How do PGP and PEM differ?
Email messages are sent in plain text which means that the messages I send to Derpina are visible to anyone who somehow gets access to them while they are in transit.
To overcome this, various ...
3
votes
2answers
258 views
Emailing Service: To or Bcc?
I'm busy coding a reusable e-mail service for my company. The e-mail service will be doing quite a few things via injection through the strategy pattern (such as handling e-mail send rate throttling, ...
1
vote
2answers
124 views
Is speed a parameter for responding emails of technical tests? [closed]
I am sending my CV to different companies and some of them have replied asking me to complete a test to have an idea of my skills. I wonder if the time to respond to this email is key factor for being ...
1
vote
2answers
430 views
Registration: Email hash and verifying only one account per email
I'm using a registration function that hashes the email in PBKDF2 with a random and unique Salt each time. The hashes email and his salt are saved in the DB. No problem with that.
The problem is that ...
3
votes
2answers
565 views
Designing an email system to guarantee delivery
We are looking to expand our use of email for notification purposes. We understand it will generate more inbox volume, but we are being selective about which events we fire notification on in order ...
1
vote
1answer
374 views
How to implement an email unsubscribe system for a site with many kinds of emails?
I'm working on a website that features many different types of emails. Users have accounts, and when logged in they have access to a setting page that they can use to customize what types of emails ...
1
vote
2answers
175 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 ...
0
votes
3answers
264 views
Freelance Websites - Email Services [closed]
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 ...
4
votes
1answer
113 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
141 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, ...
1
vote
1answer
140 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
122 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
682 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 ...
5
votes
1answer
1k 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 ...
8
votes
1answer
318 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, ...
2
votes
3answers
1k 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
243 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
1k 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 ...
5
votes
4answers
373 views
How far should I take email address validation when the cost of bad emails is high?
When it's more important to prevent typos than to cover 100% of all possible email addresses, what syntactic email validations do you do?
Imagine this:
You're with the local gas & electric ...
3
votes
3answers
158 views
What programming issues require a delay in processing a mail unsubscribe request? [closed]
Whenever I unsubscribe from a mailing list, I see that they say something like 'The change will take effect in 10 days/30 days/etc'. I would assume unsubscribing is just removing my email from some ...
0
votes
1answer
283 views
Use of Apache 2.0 Licensed K9 Email Android App in Commercial Email App
I want to improve usability of K9 Email client, Make a new UI and implement some additional functionality.
This software is Licensed Under Apache 2.0.
http://code.google.com/p/k9mail/
...
0
votes
1answer
162 views
Can an email exist in multiple message boxes
I'm in the process of writing a mail server stack and it's a fairly critical design decision as to whether a unique message can appear in more than one message box. Simple cases are easy to make a ...
3
votes
6answers
2k views
PHP email blasts using a cron job
My PHP application needs to send product expiry notifications to customers everyday. I am thinking of:
A one-time cron job for a php script that identifies the customers from a table of 10000 rows ...
3
votes
3answers
3k views
Best 3rd party mass email API [closed]
I built a newsletter web application but it is going to be far too much work for me to write my own service and host a machine with enough bandwidth to send the newsletters myself.
I would prefer to ...
43
votes
9answers
2k views
Why do programmers still use mailing lists?
Why do many open source projects collaborate primarily through mailing lists rather than through, say, forums? I may be ignorant in my assessment, but I, along with my communication teacher, think ...
2
votes
4answers
259 views
Idea for CAPTCHA
CAPTCHAs have a lot of downsides, accessibility and user friendliness are two things that are often sacrificed.
I've thought of an idea that might work really well, has this ever been attempted ...