473,738 Members | 10,643 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problems with ASP.Net and GMail

Hello Friends

I'm using the follow code in my website to send/receive e-mails:
SmtpClient smtp = new SmtpClient("smt p.gmail.com", 587);

smtp.DeliveryMe thod = SmtpDeliveryMet hod.Network;
smtp.EnableSsl = true;
smtp.UseDefault Credentials = false;
smtp.Credential s = new
System.Net.Netw orkCredential(" My*****@gmail.c om", "MySecretPasswo rd");

MailMessage message = new MailMessage();
message.Subject = "etc etc etc";
message.Body = "etc etc etc";

message.From = new MailAddress("My *****@gmail.com ");
message.To.Add( new MailAddress("My *****@gmail.com ")); // ATTENTION HERE

smtp.Send(messa ge);

In MailMessage.To, I place myself mail, and works very fine when I
receive feedbacks in the site. But I wish use the same code to send
e-mail to another persons, (like password reminders). The code works
fine, none exceptios are throwed but the mail is not received!!! What's
wrong? Someone can help me?

Aug 13 '06 #1
1 1107

I have a gmail example in both 1.1 and 2.0 at my blog

spaces.msn.com/sholliday/

just search for "smtp".


<Cl*******@gmai l.comwrote in message
news:11******** **************@ p79g2000cwp.goo glegroups.com.. .
Hello Friends

I'm using the follow code in my website to send/receive e-mails:
SmtpClient smtp = new SmtpClient("smt p.gmail.com", 587);

smtp.DeliveryMe thod = SmtpDeliveryMet hod.Network;
smtp.EnableSsl = true;
smtp.UseDefault Credentials = false;
smtp.Credential s = new
System.Net.Netw orkCredential(" My*****@gmail.c om", "MySecretPasswo rd");

MailMessage message = new MailMessage();
message.Subject = "etc etc etc";
message.Body = "etc etc etc";

message.From = new MailAddress("My *****@gmail.com ");
message.To.Add( new MailAddress("My *****@gmail.com ")); // ATTENTION HERE

smtp.Send(messa ge);

In MailMessage.To, I place myself mail, and works very fine when I
receive feedbacks in the site. But I wish use the same code to send
e-mail to another persons, (like password reminders). The code works
fine, none exceptios are throwed but the mail is not received!!! What's
wrong? Someone can help me?

Aug 13 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1536
by: Adi Sapir | last post by:
Hi, We're currently planning to migrate from SQL Auth to Windows Auth. Personally, I do not have too much experience with Windows authentication but have heard that there are some problems when working with it. The problems I've already ran into were: "Cannot Generate SSPI Context" (which I've already resolved), and a more serious problem which prevents me from connecting to a linked server. (double hop, see...
7
1322
by: Alan Silver | last post by:
Hello, Furthering my quest to get to grips with CSS, I have been trying a page based on project 4 in "more Eric Meyer on CSS" where he uses three versions of an image to give a translucent effect behind a heading. I have also used some of the ideas in project 2 of the same book where he styles a photo collection. This is mostly working well, but I have a couple of problems. Being a novice at this, I would appreciate some expert advice...
1
1762
by: Mario Lacunza | last post by:
--------- Mensaje reenviado -------- De: Mario Lacunza <mario.lacunza@gmail.com> Para: Lista Python Ing <python-list@python.org> Asunto: Problems with PyGridTableBase Fecha: Sat, 09 Sep 2006 00:03:20 -0500 Hello, I attach two files:frmClientes and frmClientesNE.
10
4414
by: osp | last post by:
hi every one viewing this post I guess i am having a grand start learning c++...where do i get good prolems that are not as tough as the acm problems ? please HELP ...
12
2091
by: Janaka Perera | last post by:
Hi All, We have done a object oriented design for a system which will create a class multiply inherited by around 1000 small and medium sized classes. I would be greatful if you can help me with the following: Can this create any problems with GNU g++ compilation, linking etc? What would be the impact to the performance of the system? Anything else we have to consider?
71
19114
by: desktop | last post by:
I have read in Bjarne Stroustrup that using malloc and free should be avoided in C++ because they deal with uninitialized memory and one should instead use new and delete. But why is that a problem? I cannot see why using malloc instead of new does not give the same result.
20
6017
by: Aek | last post by:
We recently moved our large codebase over from VS7 to 8 and found that we now get access violations in atexit calls at shutdown when debugging the application in VS2005. This occurs in static members / singletons (especially meyer type singletons) which use locally declared static variables. These variables are normally cleaned up automatically at shutdown of the application by registering with the atexit. I break point the destructor on...
3
3004
by: scoots987 | last post by:
What do others do if you need to import excel files into SQL Server? My main problems are 1) zipcode formatting issues. If the column is a mix of zip and zip+4, I have problems retrieving all zipcodes. 2) If the last column contains NULL no information is imported. All this with using the Management console using Import data in SQL Server 2005. I am simply trying to import the data into NEW databases.
34
5361
by: Alexnb | last post by:
Gerhard Häring wrote: No, it didn't work, but it gave me some interesting feedback when I ran it in the shell. Heres what it told me: Traceback (most recent call last): File "<pyshell#10>", line 1, in <module> os.startfile("C:\Documents and Settings\Alex\My Documents\My
0
8969
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8788
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9476
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9208
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8210
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6053
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4570
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4825
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2745
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.