The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
1answer
17 views

How to get company name from biz email address? [closed]

Do you know if there is a ruby gem (or other/lib) that gives the company name from business e-mail address? Example: user1@yahoo.com user2@yahoo.co.il both should share the assigned to the same ...
3
votes
2answers
49 views

Is XSS possible through the MailAddress class?

Considering I parse user input, which is supposed to be an email address, into the MailAdress class: var mailString = Request.QueryString["mail"]; var mail = new MailAddress(mailString); Is there ...
0
votes
1answer
25 views

trailing dot in local part of email

In our online shop, we ran into a problem wherein a certain user can't purchase because of an "invalid email address". It looks like this: her.email.address.@docomo.ne.jp I think what's setting off ...
-4
votes
1answer
30 views

Exclude first name out of email address [closed]

Does anybody know an existing algorithm in any language which can exclude first names out of email adresses? I was thinking about this problem, but no solution was very great or can handle the most ...
0
votes
1answer
73 views

Getting EmailAddress NULL from Active Directory (AccountManagement UserPrincipal)

I have a problem and can not find solution: I have the code below to retrieve the e-mail (EmailAddress) user that is accessing the web application. var pc = new ...
1
vote
1answer
222 views

Are international characters (e.g. umlaut characters) valid in the local part of email adresses?

Are german umlauts (ä, ö, ü) and the sz-character (ß) valid in the local part of an email-address? For example take this email-address: björn.nußbaum@trouble.org RFC 5322 quite clearly says, that ...
0
votes
2answers
119 views

Get mail address from iPhone/iPad setting area through Xcode

I am trying to get email id and other details from iPhone/iPad setting area to my code using objective c. Any suggestion would appreciated. Thanks in advance.
2
votes
4answers
267 views

Extract all email addresses from bulk text using jquery

I'm having the this text below: sdabhikagathara@rediffmail.com, "assdsdf" <dsfassdfhsdfarkal@gmail.com>, "rodnsdfald ferdfnson" <rfernsdfson@gmail.com>, "Affdmdol Gondfgale" ...
0
votes
1answer
581 views

Excel copy text field with hyperlink, paste only hyperlink [closed]

I have an Excel file with an Email column. All the fields in this column have the word "Email" with a hyperlink for each different email address. How can I copy the original field and then paste ...
1
vote
1answer
205 views

Regex validation of email addresses according to RFC5321/RFC5322

Does anyone know a regex that validates email addresses according to RFC5321/RFC5322? Since (nestable) comments make the grammar irregular, only addresses without comments should be regarded. Of ...
0
votes
2answers
266 views

Retrieve facebook friends & invite them to my iOS app

I am developing an iOS application in which I want to retrieve my facebook friends & send it to server for checking who are already using this app using their email or phone number. Once I get ...
0
votes
0answers
166 views

How to find out SMS gateway email address of a user's carrier in Android?

I need to find out email address of SMS gateway of a user, e.g : phonenumber@txt.att.net. I'll be using this email address to send a verification code via SMS to the user to authenticate the user. ...
0
votes
1answer
102 views

rails 2 actionmailer email address alias

I am working with rails 2 . I wanted to know is there a way in ActionMailer to hide/alias the email address?? Also what should be the best approach for sending bulk emails??? Thanks in advance.
-7
votes
1answer
556 views

How to check whether a given email address exists or not in python [closed]

I am new to python and django and don't know much about its implementation in SMTP or MX Records etc. I have made a website in Django and I need to store the valid and verified email address entered ...
-2
votes
2answers
101 views

How to parse a line for an email address in perl using regular expression?

I cannot for the life of me figure out how to parse an Email Address out of a string using a RegEx. I dont think I can use the Email::Address module, as it did not come with the perl version we were ...
0
votes
3answers
333 views

Change email address in Git history

I have been working on a git repository for a while and made some commits. I have been using documentation blocks in my php files, including my private email address, like this: /** * Bla bla bla. ...
1
vote
1answer
111 views

It is possible to hide the destination email address?

In my app I have an option, "Contact us", but anyway, I would like that the user to not see the email address where they send the email. I use the standard way to send the email, but however I build ...
0
votes
0answers
53 views

.NET SmtpClient: Is there a way to make sure that all emails resolve prior to sending MailMessage?

I am using SmtpClient to send an email to multiple recipients. As employees leave the company, their email addresses become invalid. Since their email addresses remain in our database until deleted ...
0
votes
5answers
62 views

How to create email addresses for a website

I have recently created a website for a client. He has asked repeatedly if I can get email addresses for the website i.e. help@mywebsite.com. I haven't a clue where to start. I've found out that ...
0
votes
1answer
92 views

How do I pull email address?

I'm putting together an eblast via sendblaster where I have a qualified list of email addresses; in the email copy is a link to a web page to look at a listing of products (on a web page) with a ...
0
votes
1answer
304 views

square bracket characters in email address

When we receive a MimeMessage which contains recipient InternetAddresses containing square brackets, we get 'javax.mail.internet.AddressException: Local address contains illegal character in string' ...
2
votes
2answers
117 views

Sending mail with the email entered by user in the from address

When a user sends some enquiry through a company's website, he also enters email, now is there a way where the email when received to the enquiry department will reflect as : From : user@xyz.com to ...
1
vote
1answer
1k views

Change user mail property with ADSI in PowerShell

I am trying to update the email address of a directory user with PowerShell. I am unable to modify the mail property of a user entry with the following code: $BadUser = [adsi] $Account.Path ...
3
votes
3answers
97 views

Using email-address as loginID to sign on to an asp.net application

I am working on the login component of my asp.net application and part of the requirements is that the email-address would be used as the loginID. For my "Customer" object, should I have a LoginID ...
0
votes
0answers
210 views

Sending Facebook event invites using email addresses to find users

I am trying to create a feature where users can create an event invitation on my page by providing me the EMAILS of the guests they want to invite. When the user creates the event on my page I'll ...
1
vote
1answer
289 views

android app email sending to field

I'm building an app that has the ability to send info in an email. When I click the send email button the phone's contact list is brought up and the email retrieved from the person chosen. Then ...
0
votes
4answers
75 views

Regex for extracing multiple email addresses in PHP

I'm receiving content such as: "Jane Doe" <jane@doe.com>, "John Doe" <john@doe.com> And I would like to extract the email addresses: jane@doe.com, john@doe.com Currently I have a ...
0
votes
1answer
178 views

Which table contains customer support's email id in magento?

I have to fetch sales representative's name and customer support's email id. So in magento database which table contains this values? I have tried my best. but not able to find. So can plz anyone ...
1
vote
1answer
223 views

Why email address validation is so complicated? [closed]

RFCs 5321, 5322 and 6531 have complex rules for validating email addresses. They: allow creating comments inside email address offer complicated restriction rules for symbols: "() ,:;<>@[\] ...
0
votes
1answer
370 views

Google Analytics Custom Variable is not tracking Email Address

I am trying to track logged in customer's email address through google analytics custom variable. But, it's not being tracked by google analytics. For testing purpose, I created another custom ...
1
vote
1answer
1k views

Extract email address in Sent items in Outlook

I have a Macro that runs through my sent items and finds the To: names and then creates folders for them and moves them. This all works fine, except I now want to change my code to not pick up the ...
0
votes
7answers
282 views

Can spam robots scan PHP pages for email addresses? [closed]

I have a PHP contact form with captcha, for the purpose of trying to limit the spam I get. Within the PHP code I have the actual email address that the form information gets sent to written in the ...
0
votes
2answers
256 views

PHP - display retrieved email address in input box

Using php/html, I want to retrieve email addresses (plus other information) from MySQL and then display the email addresses in an input box on a form. This will enable users to edit and submit ...
3
votes
5answers
1k views

Did capitals ever matter in email addresses?

My dad says capitals used to matter (years ago) for email addresses but don't anymore. I'm fairly sure they never did because something like that involving DNS/MX changes would not change. Especially ...
-1
votes
1answer
292 views

mysql: getting all email address from multi database ?

I Have an access to MYSQL Server with more than 2000 Databases in it. I want to scan all databases to get all email addresses that saved in the tables of databases. So would you please give me a ...
4
votes
6answers
5k views

Acceptable field type and size for email address? [duplicate]

Possible Duplicate: Common mySQL fields and their appropriate data types What are the recommended database column sizes for names? I am looking for what would be the most correct field ...
-2
votes
1answer
86 views

Create new mail addresses on mail server using PHP $_POST data [closed]

We have a mail server and we want to create new mail addresses with user submitted details. Is it possible to do it with php?
-1
votes
1answer
60 views

Is it possible to fetch email address of facebook restaurant (or any individual category) page owners? [closed]

Is it possible to fetch email address for facebook restaurant (or any individual category) page owners? I want email addresses of all the restaurant page owners.
9
votes
6answers
11k views

Python check for valid email address?

Is there a good way to check a form input using regex to make sure it is a proper style email address? Been searching since last night and everybody that has answered peoples questions regarding this ...
2
votes
3answers
215 views

Remove everything except characters between '<' & '>,' in Vim — extract email addresses from Gmail “To” field

I have a comma-delimited list of email addresses with each actual address prepended by the contact's name (from Gmail). Here's an example: Fred Flintstone <fred@flintstone.org>, Wilma ...
4
votes
3answers
2k views

Do I really need webmaster@domain.com, postmaster@domain.com, etc. emails?

So I know that I should accept mail on postmaster, webmaster, abuse and others to conform with RFC 2142 and others. They seem to rarely/never attract any legitimate email and I almost never list those ...
0
votes
4answers
238 views

Is there a good two way hash to convert an email address to a predictable, readable, unix username?

We are working with a number of unix based filesystems, all of which share a similar set of restrictions on that certain characters can't be used in the username fields. One of those restrictions is ...
0
votes
2answers
666 views

simple regex for email address validation

I need a regex to exclude certain characters such as 'ç' and also to check '@' sign is present. Can someone help? I am using jquery to do client-side validation using the following expression: ...
1
vote
1answer
215 views

how do I trim an email input address so only the data before the @ is inputted into the database?

I am using coldfusion 9 to add data into a MySQL database from a form. I would like to create a username from the email address inputed into the form. for example, <cfset store_user_email = ...
0
votes
0answers
322 views

Setting a bounce address using System.Net.Mail.MailAddress

I am trying to figure our how to set the bounce address of microsoft MailAddress object. I tried setting the Sender but that doesn't seem to work. Any suggestions? Here is some example code I am ...
1
vote
7answers
1k views

validate that an email address contains “@” and “.”

i need to validate that an inserted email address contains "@" and "." without a regular expression. Can somebody to give me "java code" and "structure chart" examples please?
1
vote
1answer
1k views

how to do the validation of email id in MFC?

I used this code for validating email id , im getting few errors i dono how to solve it,,, im new to MFC,, if im silly pls forgive me BOOL CMailDlg::Validate(CString m_sFrom) { m_sFrom = ...
0
votes
3answers
1k views

box email addresses like hotmail

I don't know what this is called hence having a hard time finding any reference on the net for this. On hotmail when you enter an email it boxes the email into a rectange block one by one on the same ...
-1
votes
2answers
211 views

Automatic e-mail extraction in Java

How can I scan for potential e-mail addresses in a text file using Java?
5
votes
1answer
401 views

How many sub-domain are allowed for an Email Id?

How many subdomains are possible for an Email address? For Example: something@something.co.uk.uk like that....

1 2