Sponsored by
www.aspnetemail.com
|
 |
Discuss This FAQ Item
Got a question? Another Suggestion? Want to post your solution? Discuss it below.
-
Restricting Access
[ Reply ]
Hi, i have the IIS SMTP server running on WIN2K box and its configured to the relay mail server. Now the email ids to which mails are to be sent are obtained from a database.
My question is whether it is possible to restrict senting mails to some particular ids?
Laiju Samuel [ laiju_samuel ( at ) yahoo dot com ],
2004-06-01 22:24:47
#
-
smtp mail
[ Reply ]
I'm using CDO.Message() in a VB.Net program and it's working okay if I send to my own PC.
When I try to send outside my domain, however, the message doesn't arrive. It seems to get stuck in the queue.
Is there some setting I have to change in the SMTP server?
James Lewis [ jlewis ( at ) cnv dot org ],
2004-11-24 15:07:25
#
-
about the configuration of localhost and remote IIS SMTP servers
[ Reply ]
I have this problem. I've created a site for a company's Intranet, that is used to send a Holiday Greeting card to all the suppliers, via HTML mail. I'm using System.Web.Mail to create the message and insert certain text into the card. The problem I have is that I've developed the application locally (at my office computer) and I've been uploading it to the server within the company via FTP. everything on the simple application for the holiday cards works perfectly on my computer, even when I'm connected to the company's intranet using Nortel VPN. but once I upload it it's not sending the mail. My computer does it, while I debug the application locally, but once it's up and running It just tells me that the mail has been sent, but it's not doing it... Anyone know why... THANKS
Gustavo Ruiz [ esquirt ( at ) gmail dot com ],
2005-12-15 11:06:19
#
-
setting up IIS SMTP server
[ Reply ]
I have taken over a system created by our old web developer. He made a ASP site which was used to send newsletters to our mailing list. This worked fine for years, but recently the hard drive failed, and I had to recover the data from a back up! I re-set up the system on IIS as it was, but I keep getting the following error when trying to send the mail:
The following exception occurred: System.Web.HttpException: Could not access 'CDO.Message' object. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x8004020F): The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for micromark@hotmail.com --- End of inner exception stack trace --- at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) at System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) --- End of inner exception stack trace --- at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) at System.Web.Mail.CdoSysHelper.Send(MailMessage message) at System.Web.Mail.SmtpMail.Send(MailMessage message) at update.SendNewsletter.btnSend_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\update\sendnewsletter.aspx.cs:line 114--------------------------------The following InnerException reported: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x8004020F): The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for micromark@hotmail.com --- End of inner exception stack trace --- at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) at System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args)--------------------------------The following InnerException reported: System.Runtime.InteropServices.COMException (0x8004020F): The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for micromark@hotmail.com
I dont know if I have to set up the SMTP serve in IIS to somehow work with our exchange server or if it can all be handelled by the localhost? I have gone through all of section 4 and tried all the suggestions, but nothing helps! Any ideas?
Thanks
Mark
Mark Wilton [ micromark ( at ) hotmail dot com ],
2006-01-05 03:19:35
#
-
Not received mails some networks
[ Reply ]
Not received mails some networks I am trying with vb code ( CDO Sys)
Mallik [ sree_malli ( at ) yahoo dot com ],
2006-09-26 00:21:41
#
-
I have sent a mail but not yet received it
[ Reply ]
Hi, I have sent a mail using the System.Web.Mail namespace in ASP.NET. I am using Visual Studio 2005. The mail which I have send, I have not yet received it . I have used SmtpMail.Send(sendMail); I have also checked my SMTP service. It is running. I wanted to know if there is any way to find out whether the mail has been sent or if any problem has occured.
Prashant Shekhar [ prashantshekhar82 ( at ) gmail dot com ],
2007-01-15 01:17:08
#
-
RE: I have sent a mail but not yet received it
[ Reply ]
Hi, U can check for the mails u sent in the mailroot folder under the Inetpub folder. It contains different folders for various statuses of mails. U can check the mail u sent based on the time stamp.
Krista [ dmuralikumar ( at ) gmail dot com ],
2007-01-15 01:49:56
#
-
RE RE: I have sent a mail but not yet received it
[ Reply ]
Hi, ihave the same probelm. Yesterday it was fine, i was sending emails and receiving them, but today they are not being sent. Im chekcing the bad mail folder, and it contains all the emails i was supposed to send previously. can someone help pls?
thanks, mat.
Mat [ phi dot god ( at ) gmail dot com ],
2007-04-18 15:32:27
#
-
Specified Module could not be found
[ Reply ]
Dear All,
I am getting an exception as mentioned above, it is getting raised when the "call" method is called
Does anyone know, why this happens?
Note: CDOSys.DLL is located at c:\windows\system32 and c:\windows\system32\dllcache, i am running on Windows XP SP 2
Paresh [ paresh_atlas ( at ) yahoo dot com ],
2007-07-13 23:55:51
#
-
the mails sent get stuck in inetpub and are not recieved.
[ Reply ]
hi i am new to this and have done exactly as suggested by you all. i wrote the code:
SmtpMail.SmtpServer = "127.0.0.1" SmtpMail.Send("Edufete.com", maillist.Items.Item(i).Text, "Conformation of registered event", "Your event has been accepted")
the problem is that the mail message gets into the inetpub/mailroot/queue and is not received in th inbox of the to address i sent which is taken from a listbox. please help me with this soon as my project is already due.
thanks
namrata [ namrata_contact ( at ) yahoo dot com ],
2007-08-29 10:08:14
#
-
test
[ Reply ]
this is a test
test [ test ( at ) test dot com ],
2007-09-07 05:12:56
#
-
test
[ Reply ]
thi s is a test
test [ test ( at ) test dot com ],
2007-09-07 05:16:47
#
-
test
[ Reply ]
thi s is a test
test [ test ( at ) test dot com ],
2007-09-07 05:19:58
#
-
test
[ Reply ]
thi s is a test
test [ test ( at ) test dot com ],
2007-09-07 05:23:19
#
-
test
[ Reply ]
thi s is a test
test [ test ( at ) test dot com ],
2007-09-07 05:24:29
#
-
test
[ Reply ]
thi s is a test
test [ test ( at ) test dot com ],
2007-09-07 05:26:17
#
-
Error in sending mail
[ Reply ]
I am getting an error while sending mail error : The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for xxxx@yahoo.com --->
asheesh [ asheesh dot gupta ( at ) convergenttec dot com ],
2007-11-13 23:07:28
#
-
How to use IIS SMTP server to send and receive emails
[ Reply ]
I want to use smtp server to send and receive email... how to use it with vb.net..
thanks
Hemangi [ hemangi dot jadhav ( at ) gmail dot com ],
2008-01-14 04:40:38
#
-
dffd
[ Reply ]
fdfdfd
asddas [ logeswaran ( at ) yahoo dot com ],
2008-05-05 03:45:27
#
|