Web Forms :: How To Make The Users To Enter Email Addresses Of Yahoo Only
May 19, 2010
I have a situation where in I need to allow the users to enter email address of yahoo only in a free textbox.Can any one let me know how do I achieve this?For E.g: If the user supplies the email id as "xxxx@yahoo.com or xxx_xx@yahoo.com, or xxx.xx@yahoo.co.uk or xxxx_yy@yahoo.co.us", I will permit him for further processing. If the user inputs the email id as "xxx@gmail.com or xxx@rediffmail.com orxxx@someothermail.com" I should display an Error Message.
View 10 Replies
Similar Messages:
Feb 27, 2013
In my resiter form i want users to restrict them not to enter gmail yahoo ids, only company ids would be accepted..
View 1 Replies
Nov 9, 2010
I want to make a email service project like gmail, yahoo with small feature. I am unable to understand from where i start it. Can you provide me the complete detail to start this project.
View 6 Replies
Jul 31, 2012
i want to add address book in email web application then how it will be possible???
View 1 Replies
Mar 31, 2013
i have code for forgot password using gmail account. But i want to send password for multiple domains like yahoo,rediffmail and more.
View 1 Replies
Jan 25, 2010
On a web site I use two methods of allowing the customer to send an email to the site :
METHOD A In the HTML I write something like <a href="mailto:abc@def.co.uk">
something </a>
METHOD B I put some code on the Page02.aspx.vb page
What I want to do is to reduce the visibility of the destination email addresses: I don't want the addressses to be easily harvested by spammers, and I don't necessarily want the customers to know where the mails are going to.
View 1 Replies
Aug 12, 2010
I want to give people the option of entering multiple email addresses in a multiline textbox or textarea that are separated by commas. how to get the list into an array, then validate each email address, then process each email.
View 3 Replies
Jul 26, 2012
As U Explianed in [URL] Page i have developed code in my application.But the problem is i am unable to get the Emial ids.More over there is no property exist named email in FaceBookUser class .
View 1 Replies
Jan 12, 2013
I have a textbox in my asp.net page in which i enter Email ID.
I want that Nobody can enter more then one email id using comma separator.
So How to "Avoid Comma Separator in textbox".
View 1 Replies
Mar 8, 2010
i am looking for a code in asp.net which can import email address from gmail,yahoo, and hotmail.com
View 2 Replies
Jan 13, 2010
I want to create a mailto hyperlink that contains not just one user address but the entire contents of the email column in the table aspnet_membership table.
View 3 Replies
Nov 19, 2013
How can i imports Contacts like name ,mobile numbers,Name from yahoo ..
View 1 Replies
Feb 27, 2010
There is a string in which email addresses are there like
as@as.com;df@fd.com;gh@df.com
I want that it will pick email address one by one and fill it to 'To' and send message one by one.
View 2 Replies
Apr 5, 2010
I am trying to build an email send inside VB and it is working great. However, I need to send it to more than one person. Here is what I have but it is not working. It just seems to ignore the second email address. Is this possible and if so, what is the syntax?
oMessage.To.Add(
New MailAddress("abc@123.com",
"def@456.net"))
View 3 Replies
Feb 18, 2011
We have an application that send an email to the users and the bounced emails are delivered to the project email ID inbox
Now we want to automate to extract/parse the bounced back emails from that particular inbox to get the email addresses.
View 2 Replies
Apr 20, 2010
I am trying to add a second email address to the web config file like this:
<add key="adminEmail" value="user1@gmail.com,user2@gmail.com"/>
it works with one email address but not two. Is it possible to add two email addresses?
View 1 Replies
Apr 11, 2010
I have managed to send emails with a button click to whomever i specify and whatever content i specify from my website. is there anyway i can make the email and content of the messages dynamic, and make the emails automatic?? on a date (from my database) i would like it to email a certain user some templated message: Congratulations "name", you have won "money" or something like that? Basically on a datetime, pull certain information from the database relating to the one user i am emailing, and send it automatically?
View 2 Replies
Oct 12, 2010
how to make login control allow users to login by either username or email address
View 1 Replies
Aug 2, 2010
I'm using this code for sending mail message for invite a friend, And I'm getting this error that I do not understand why Value cannot be null. Parameter name: from (I do have a from parameter as far as I understand )
[Code]....
View 4 Replies
Apr 20, 2010
I want to be able to call the adminemail key from the web config file. right now I can use one email address but I want to be able to stuff two email addresses in there because all of my forms will be sent to the same two people.
<add
key="adminEmail"
value="user1@gmail.com,user2@gmail"/>
View 1 Replies
Jan 15, 2011
I have to create a page in C# where i have to call a column from sql which has email addresses and on button click it should whatever mail account a user wants to use to send a mail to all users.
View 4 Replies
Apr 16, 2010
i am sending email to the users using smtp client and MailMessage class.
i have been adding the addresses of multiple receivers in the to property of the object of MailMessage class. the problem is that the receiver can see the email addresses of other receipents. is there any way to hide the email addresses of other receipents.
i mean setting some property or something like that. otherwise i will be left with only option to send individual email to the users.
View 3 Replies
Feb 1, 2010
I created a web form to send emails and using a class to perform the task. The process works well for all internal email addresses but will not deliver to external email addresses. I am not sure if I missed something in the code to send to external address.
[Code]....
View 6 Replies
Dec 26, 2011
User will be entering % data in textbox. I am now using filter textbox extender to allow only numbers and .(ie decimal values). I also want the user to enter values from say 1 to 100 only.. How can i do this? If user wants to enter 0.5%?
View 1 Replies
Sep 3, 2010
Is there a way to send an email to a certain email address and have the message inserted into a database? The subject would be intered into "Subject" table field and the message body would be inserted into the "Message" table field.
View 4 Replies