Ramblings and rants on those that catches my attention. A bit technical here and there. All opinions expressed are my own.
Thursday, September 07, 2006
Send Email at Residence/Office
The above option at one of the HDFC NetBanking forms made me to think for a while. How can one classify email as residence/office?
1 comment:
Anonymous
said...
It does not make sense for the end user. It may be their intention to know if the e-mail address is official or personal. They may want to do something like select * from customers where emailtype = 'personal' For each customer send email!
This all depends if there is a trust in what the user says is indeed true. They have no way to check if a id is personal or official unless they have a list of all publicly available mail services!
1 comment:
It does not make sense for the end user.
It may be their intention to know if the e-mail address is official or personal.
They may want to do something like
select * from customers where emailtype = 'personal'
For each customer send email!
This all depends if there is a trust in what the user says is indeed true. They have no way to check if a id is personal or official unless they have a list of all publicly available mail services!
Post a Comment