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
1
vote
1 answer

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 the interface, when the Email Client starts the…
AlexAndro
  • 1,918
  • 2
  • 27
  • 53
1
vote
5 answers

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 the site I created is based on linode. Anyone know…
cwiggo
  • 2,541
  • 9
  • 44
  • 87
1
vote
1 answer

javascript validation for address

Hi Iam new to j query can any one let me know if there is a way to declare a jQuery.validator.addMethod function and write the java script inside this jquery validator for validating address where it should not take "PO BOX", "PO BIN", "BIN", "P.O…
user151013
  • 31
  • 5
1
vote
1 answer

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 $BadUser.mail.Clear() $BadUser.mail.Add($User.Email) |…
Jared Deckard
  • 633
  • 6
  • 15
1
vote
1 answer

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 depending on whether I choose to send via 'Gmail' or…
0
votes
1 answer

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 help me? we update/save this values from magento…
Dolly
  • 1,042
  • 4
  • 27
  • 47
0
votes
2 answers

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 corrected email addresses. However the retrieved email…
Paul Thomas
  • 281
  • 5
  • 11
0
votes
1 answer

Can I make git config not supply the value of my email?

If I run git config --get user.email, it displays my current email address. Is it possible to configure git such that I can set a value of the email for a commit, but it won't display it with the --get switch? Alternatively, can I just set an…
Andrew Grimm
  • 78,473
  • 57
  • 200
  • 338
0
votes
1 answer

How can I specify which email address variables should not be processed by SNDSMTPEMM command?

Does anybody know how to tell SNDSMTPEMM that a email recipient address variable should not be processed? This can be done with the attachments by specifying "*NONE" but neither "*N" nor "*NONE" or blanks work on the email addresses. I have created…
0
votes
2 answers

Retrieve Emails addresses in CSV file in Powershell via Get-ADGroup command

Currently I have a script that I am able to interrogate an OU (which I define in the script) which shows Username, Name of the user, AD Group Name and the Description of that AD group into a CSV file: $ou = 'distinguishedName of my OU' Get-ADGroup…
S.Mahmood
  • 129
  • 11
0
votes
0 answers

Get email addresses of users through powershell into CSV file

I have a PowerShell script (big thanks to Santiago Squarzon) that pulls off users who have been inactive for past 6 months. Currently work fine and outputs: 1. Username 2. Name 3. DistinguishedName 4. LastLogon This is part of the…
S.Mahmood
  • 129
  • 11
0
votes
0 answers

Autocomplete field for email subscribe form

Good evening, I'm creating a subscribe form and cannot custom it so that all the browsers have the same autocomplete effect. I precise: I want to have an email address autocompletion after typing one letter in the field. If I put this:
Kambro
  • 29
  • 5
0
votes
0 answers

Gmail-Field "To:"-Show only destination address

I have configured Google Contacts with some information near the name of the contact so I can figure more quickly which person that contact refers to. For instance, if the name of the person is "John Smith" in Google Contacts I can write "John Smith…
Lv2eof
  • 1,949
  • 1
  • 11
  • 9
0
votes
1 answer

ASP.NET Core 6 using email addresses with umlauts ä ü ö throws exception: Requested action not taken: mailbox unavailable

I'm getting this error using the common EmailSender service with email address like test@pläne.de: An unhandled exception occurred while processing the request. SmtpException: Mailbox unavailable. The server response was: Requested action not…
Visionz
  • 1
  • 1
0
votes
0 answers

Populate Assignee field email id in from address email in feed in salesforce

I am facing issue In Account obj, that Assignee field has salesperson name. He has email. That email is not populating in email from Feed. I have given permissions required. The email id is displaying the sandbox owner name email id. The account…