1,242 questions
0
votes
1
answer
137
views
How to send Django AllAuth email verification as alias
I just setup a Google workspace. One of the accounts has an alias: [email protected]. I’d like to send all emails from that alias. I know I have to authenticate with the actual account email address ...
1
vote
2
answers
3k
views
Joi.string().email() gives Error: Built-in TLD list disabled in React
I'm using joi (version: "17.7.0") for email validation in reactjs. However i'm getting the following error : Error: Built-in TLD list disabled. Because of this i'm not able to validate the ...
0
votes
3
answers
1k
views
Why does <input type="email"> mark valid email addresses as invalid?
Per Wikipedia, these are valid email addresses.
" "@example.org
"john..doe"@example.org
"very.(),:;<>[]\".VERY.\"very@\\ \"very\".unusual"@...
-1
votes
1
answer
1k
views
Email OTP Verification in Android Studio [closed]
I am student and working on my university final year project. It requires to sign up with a verification of email.
I have tried Java Mail for send email with OTP code. I have used google and outlook ...
0
votes
1
answer
64
views
Email error: Message is not sending to the email instead it is printing in the terminal
When I am registering as a new user or want to change my password, then the Message which is needed to be sent to the email is showing in the terminal instead. Here is the terminal picture:
enter ...
0
votes
0
answers
546
views
Sending an email to a Gmail account in vue 3 using email-js version 3.2.0
I am trying to send an email to my Gmail account using email-js latest version in vue 3 composition API but whenever I try to do so I get an error in the console stating that net:err timed out ...
1
vote
1
answer
1k
views
Why do AWS SES Sent Emails don't show up?
I am new to AWS and am using the AWS Simple Email Service. For the first time I sent a bulk email from my site to about 32 people on 14th Dec. I used all the SMTP credentials provided by AWS.
However ...
0
votes
1
answer
197
views
Connecting to SMTP using net Library Node
Hi I am trying to ping the email address for that I need to connect to the SMTP server. I am using node net library. Below is what I am doing,
socket.connect(options, function () {
console.log('...
1
vote
0
answers
263
views
How to create SPF with many CIDR ranges, like _spf.google.com
How can I create a TXT value of a SPF like Google SPF _spf.google.com
I want to create a value which I can put in my spf like _spf.mydomainname.com then spf value will be
v=spf1 include:_spf....
-1
votes
1
answer
1k
views
I am new to strapi Please how to send an email after the user register, I need him after register he receives an email verification
I am using strapi v4 and i want when the user register he receives an email verification
after i Enable email confirmation the registeration form dosent work
1
vote
2
answers
729
views
How to validate email from dummy emails?
I am currently working on a project and need validation for validating dummy emails like
mailinator or yopmail.
These emails should not go through but I can't get any regex for this particular issue.
...
0
votes
1
answer
2k
views
How to validate email id using deep-email-validator package of npm?
I need to check if the email address used to register on my site actually exists or not. If it exists then it's not generated by some temporary email generator. How can I do it using npm deep-email-...
2
votes
1
answer
178
views
React yup - Not allow Exclamation mark in the email field
I have a problem with the email field, I want to block the user if his inputs include Exclamation mark in the email field. For example, if the user input consists of the Exclamation mark, the email ...
0
votes
0
answers
201
views
RecursionError when using email-validator library in python
Reposting a previous question for clarity.
I'm trying to use the email-validator library in python to validate a list of emails in an excel document. Here is a photo of what my data resembles and the ...
0
votes
1
answer
2k
views
maildev page at http://0.0.0.0:1080 might be temporarily down?
I am trying out maildev for sending emails project on a spring boot project. I have successfully installed maildev and I am able to start the mail server successfully as shown below[
When i serch http:...
-3
votes
3
answers
773
views
Email validation using JavaScript failing at if statment [closed]
As part of a Frontend Mentor challenge, I am creating a simple email validation for a subscription landing page. It simply checks whether the email field is empty, if so, it throws an error message. ...
0
votes
1
answer
602
views
Laravel email validation rule rfc,dns accepts #@gmail.com
The email validation works with almost every conditions, but it accepts #@gmail.com which is an invalid mail. And I also tried 'email' => 'required|email:rfc,dns,filter' still not working. Anyone ...
1
vote
1
answer
550
views
How to remove space for email validation error while in email address field in tailwindcss (coded such that error shows only after exiting field)?
Tech: ReactJS and TailwindCSS.
I've made form validation for email using react and tailwindcss. However, even when there's no error message, there's a space for it, and that breaks the format a little....
1
vote
0
answers
220
views
SPF Passes In Gmail Original Mail but says failed in Dmarc report
I'm using a 3rd party service to send emails through my gmail account(with a custom domain). There is a weird thing happening with my SPF authentication.
When I look at the "original email" ...
0
votes
0
answers
109
views
I am trying to verify if an email actually exists by first resolving its DNS, then check if the email is valid using the below code:
def checkEmailState(email):
fromAddress = '[email protected]'
# Get domain for DNS lookup
splitAddress = email.split('@')
domain = str(splitAddress[1])
try:
# ...
0
votes
1
answer
518
views
How to send localstorage data to email in javascript
I want to send client response to admin email account. So I want to use Javascript.
(e, t) => {
const o = {
msg: e,
display_name: 'Customer Support',
nick: 'agent:chatbot',
...
2
votes
4
answers
666
views
What manipulations can be done to user emails to prevent duplicates
I am woking on email based authentication that checks database for existing users based on their email and decides whether to create new account or use existing one.
Issue I came across is that users ...
1
vote
0
answers
56
views
applying an email verification with a column condition in python
I have the following columns.
Person Id - EmailID- Email - Emailtype-
[email protected]
[email protected]
-35424-5784-smithedwardshotmail.com-P-
-35424-5785-smith....
0
votes
1
answer
2k
views
Revert changes in MUI X Data Grid to original if the cell does not pass validation and then is clicked out of
I currently have a MUI X Data Grid in which I am validating an email field. The validation works and it does revert back to the original but only if the escape key is pressed. To do this I modified ...
-1
votes
1
answer
96
views
Validating email input excluding common domains?
on my project i would like to exclude all commons domain like gmail.com/outlook.com etc..
this is the code i've in this moment, how can i implement this type of validation?
onboarding.compontent.html
&...
3
votes
1
answer
820
views
Does an email address domain require a dot?
I noticed that when constructing instances of the System.Net.Mail.MailAddress class, it does not throw an exception for the email string foo@bar. This surprised me a bit since I don't recall seeing ...
5
votes
1
answer
1k
views
What is the purpose of non-printable control characters in this email validation regular expression?
Background Information
We use SonarQube to obtain quality metrics regarding the codebase. SonarQube has flagged over a dozen bugs in our Node.js codebase, under rule S6324, related to an email ...
1
vote
3
answers
4k
views
email validation is not working in javascript?
I have for a frontendmentorchallenge tried to do email validation for webpage. I have made a validation function to display error message when there is wrong email id entered. But it isn't working. I ...
-1
votes
1
answer
2k
views
ASP.NET Core Email Validation with API
I am trying to validate an email whether it is real or fake. I am using some code but it always returns Ok.
This is my code:
public string validateEmail(string userEmail)
{
try
{
...
3
votes
1
answer
128
views
Regex not working on email domain selection properly
var str = "[email protected]"; // true but coming false
var str1 = "[email protected]";
var str2 = "[email protected]";
var str3 = "[email protected]";
var patt = new RegExp("[a-z0-9._%+-]+@[a-z0-9.-...
2
votes
3
answers
1k
views
Email Validation using Regular Expressions Pandas Dataframe
I would like to do a simple email validation for list import of email addresses into a database. I just want to make sure that there is content before the @ sign, an @ sign, content after the @ sign, ...
3
votes
0
answers
1k
views
Gmail could not verify that it actually came my domain
I manage a domain in AWS Route53 and an email server in Microsoft (for the same domain).
Lately, emails from my domain to Gmail addresses are getting a warning message stating that "Gmail could ...
0
votes
1
answer
650
views
Like Google Sign Up / Login - Email Validation Regex
I was stuck in a regex expression, I need to validate the email address based on the following criteria or you could say Google Username Rules:
Create a Username - Gmail Help
Choose a username 6–30 ...
0
votes
1
answer
543
views
Looking for a list of valid email addresses to test if email sending is working (not input validation)
I am trying to set up a test for our email system (via mailgun).
I am wondering if there are 1000 valid email addresses anywhere that we could send emails for testing purposes. These would need to be ...
0
votes
1
answer
939
views
Allow single quote in Email Regx validation
I want to allow a single quote in email while doing the javascript email validation.
I have used the following code but it's working as expected.
var pattern = new RegExp(/^([a-zA-Z0-9_\-\.]+)@((\[[0-...
0
votes
1
answer
914
views
Strapi email validation is not working when registering users from admin console
I am using strapi for my user management and when I register user using register api, I am getting email validation into the user’s inbox, but when I add users from the admin console(Admin Panel) user ...
2
votes
1
answer
2k
views
Regex for email validation with separator
I am trying to achive regex expression:
I need regex with email, I am using that:
\S+@\S+\.\S+
And I want to repreat it X times with ; separator.
I cant figure this out...
For example pattern should ...
0
votes
1
answer
489
views
SMTP_HELO returns timeout when running email address validation
Using library py3-validate-email-1.0.5 (more here) to check if email address is valid, including SMTP check, I wasn't able to make it through check_smtp step, because I get following error:
Python ...
0
votes
1
answer
3k
views
How to validate an email [duplicate]
I'm trying to validate email such as [email protected] or [email protected] using JavaScript. And also it want to show the number of the character of the email like
Email: [email protected]
atpos =3
dotpos =9
Here is my code:
...
0
votes
0
answers
380
views
Flask User Login email-validator
I am using flask to create user login and I encounter this error when I try to run my program. As you can see I already have email-validtaor installed, so why is it still telling me to install it?
...
1
vote
1
answer
1k
views
NPM Deep Email Validator, Reason timeout
I am using npm package deep-email-validator in my node project.
But when i try to check emails, sometimes it show me the error as
{"message":"Please provide a valid email address.",...
0
votes
1
answer
823
views
Django and Django rest framework + email
How could i achieve email functionality using drf as backeend and django to hit these apis.What i need how will user be confirm from django while using drf to send activation link.
0
votes
1
answer
9k
views
Email verification with class-validator in nestJS
What i'm trying to do is propagate an error when some one tries to sign up with an email that's already in use. By default this returns a 500 error, but i need it to throw a meaningful error for this ...
-1
votes
1
answer
464
views
How to limit email field to allow only 5 emails of specific domain which are separated by ;
1.I need to allow maximum of 5 emails in email field on edit as part of UI validation.
2.It should take all emails separated by ;
3.All emails should be under specific domain.
4.Looking in JavaScript ...
0
votes
1
answer
4k
views
How to validate Email for 'valid email' without sending 'email verfication' in laravel 8?
I want to validate email as 'entered mail id valid or not' because user enters junk mail id it doesn't exist'
These are validation I have used
$request->validate([
'name' => '...
0
votes
1
answer
2k
views
Email & Password validation (SwiftUI)
I have a problem generating an error text.
@State private var email = ""
@State private var password = "Vignesh123!"
private func isValidEmail(_ email: String) -&...
0
votes
0
answers
182
views
How to identify whether an incoming email a reply to a previously sent one or just a separate incoming one?
I'm building a system which will send email automatically. To some of them the system will expect replies. Also a user will be able to simply send an email directly to the system, any time (not as a ...
0
votes
0
answers
139
views
Request to MX server from a docker container
Context
Our solution send emailing campaign, and some email provider makes temporary blacklist because we used inexistant email addresses (they may be created/imported by any user)
Solution
I try to ...
1
vote
1
answer
802
views
Why is a TLD as domain accepted under RFC 822/Apache-commons validations?
According to the Apache docs, their email validation respects the RFC 822 specification.
EmailValidator provides email address validation according to RFC 822 standards.
source
However when running ...
3
votes
0
answers
952
views
Detecting use of iOS's "Hide my Email" on website signup
Apple's latest changes which allow users to hide their IP, hide their email, etc. are creating problems for my web-based app (non-native) which relies upon these things to build a sense of who a ...