Questions tagged [email-address]

An email address identifies an email box to which email messages are delivered.

The universal standard for the format and meaning of an email address today is the model developed for Internet electronic mail systems since the 1980s, but some earlier systems, and many proprietary commercial email systems used different address formats.

201 questions
0
votes
1 answer

String that includes @ leads to bad behaviour

I can save any string without any problem using file_put_contents. But as soon as there's an '@' in the string the script starts an unintented download. The string is sent in a form using the post-method. The php-script contains the following…
0
votes
3 answers

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 line with options to edit and delete the email.…
Keith
  • 43
  • 4
0
votes
1 answer

How do I identify Premium Users vs. Normal Users for my Add On?

I'm building an add on that users have to subscribe to, yet because of privacy, user details like email addresses aren't accessible. I have used Properties Service to try to get users email addresses. It works only for me, but not for others. This…
0
votes
3 answers

Extract email addresses from academic curly braces format

I have a file where each line contains a string that represents one or more email addresses. Multiple addresses can be grouped inside curly braces as follows: {name.surname, name2.surnam2}@something.edu Which means both addresses…
Gian Luca Scoccia
  • 725
  • 1
  • 8
  • 26
0
votes
1 answer

converting html+hex email address to readable string Python 3

I've been trying to find an online converter, or Python3 function, for conversion of email addresses in the html+hex format, such as: %69%6efo ---> info %69 : i %6e : n @ : @ (source: http://www.asciitable.com/) ...and so on.. All the following…
fana it
  • 53
  • 2
  • 11
0
votes
2 answers

Effective way of extracting alias from email address

I want to extract the alias part from an email address. For example, if I have "name+alias1+alias2+alias3@email.com", I want it to return a list of subaddresses, in this case alias1, alias2, alias3. I have code to extract the first alias, like this…
WynDiesel
  • 1,104
  • 7
  • 38
0
votes
1 answer

Where to find RingCentral business-address email address?

The following business-address endpoint URL: /restapi/v1.0/account/{accountId}/business-address Ref: https://developer.ringcentral.com/api-docs/latest/index.html#!#RefGetAccountBusinessAddress returns an email address property but it's coming back…
Grokify
  • 15,092
  • 6
  • 60
  • 81
0
votes
2 answers

Email failure when one email is wrong in same domain in asp.net

I have one "Email" function in my project.if all email ids are correct in same domain , email will send successfully. if one of the email is wrong then email will fail and get below error. Exception:-The server rejected one or more recipient…
nichu09
  • 882
  • 2
  • 15
  • 44
0
votes
0 answers

Google Form onsubmit getting user email and full name

We have requirement that a email response will be sent to who fills in the form with email address and user name. All users are within single organization and have signed in Google account. How Onsubmit function gets email address and user name ?
0
votes
1 answer

Regex limit repeated class sub character

I have a email address filtering regex used in Java. It works for the most part except when trying to limit repeated dot's in the username section of the email address. The regex I'm using (with escaping removed) is…
supertorqued
  • 109
  • 1
  • 3
  • 15
0
votes
1 answer

Unique a pile of email addresses, some multiples on a single line separated by a semi colon

I have a list of servers and each one has at least one email distribution list associated with it as a "stakeholder" we can contact for downtime etc. When we do maintenance we email all the distribution lists of the implicated servers and there is…
0
votes
1 answer

docusign mass user update - How to

We have a user base of over 600 users. Our domain email address is changing, and we need a method to update all user's email addresses. Having the users do this would create a Help Desk support nightmare. Are there any scripted/automated methods…
Mike M
  • 1
0
votes
1 answer

sql: prepend/append something to email field

I routinely import a copy of the production database, replacing my development database. However, during development, I don't want t accidently email any production users. (their emails are stored in the email column of the users table) How can I…
american-ninja-warrior
  • 7,397
  • 11
  • 46
  • 80
0
votes
0 answers

SQLite query to get email addresses from AirMail app

I'm trying to get the email addresses from the AirMail Mac application (from http://airmailapp.com). The email addresses are stored in a binary BLOB in a SQLite database. Has anyone written any code in any language to extract email addresses? Thanks…
0
votes
1 answer

Direct Gmail upon clicking on email address

Is there any way I can click on an email address on a website somewhere and have a Gmail compose box open up with it? Assuming I'd previously signed into gmail? Best.
sparkFinder
  • 3,336
  • 10
  • 42
  • 57