473,667 Members | 2,798 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Relay Access Denied

10 New Member
When using SMTP to send mail in python, I get "Relay Access Denied" for a few email IDs I am trying to send an email to and "Helo command rejected: You are not a member of " for a few others.
The general error message is "SMTPRecipients Refused(senderr s)"

For security reasons, cannot put in email IDs but this is what the error message looks like.
Expand|Select|Wrap|Line Numbers
  1.  SMTPRecipientsRefused: {
  2. u'ID1@email.com\r': (554,'<Email Server>: Helo command rejected: You are not a member of email'),
  3.  u'ID2@email.com\r': (554,'<ID2@email.com>: Relay access denied')
  4. }
  5.  
Any ideas for the fix?
Nov 4 '08 #1
0 2286

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1332
by: JP | last post by:
I have been at odds with our network guy over an application that is designed to send alert emails to accounts outside of our domain to users. The issue is the mail server is not set for "open relay" so any Mail.Send() that is to an account outside of our domain server gets rejected by the SMTP. Any accounts inside the domain get sent properly. System.Web.HttpException: Could not access 'CDO.Message' object. --->...
3
480
by: dp | last post by:
I am using the following code in .net 2: MailAddress fromAddress = new MailAddress("valid_smtp_addr", "name"); MailMessage message = new MailMessage(); message.From = fromAddress; message.To.Add(new MailAddress("someaddress@yahoo.com")); message.Body = Body; message.Subject = Subject; message.IsBodyHtml = true; SmtpClient smtp = new SmtpClient("valid_smtp_srv");
0
3532
by: ASP.Confused | last post by:
The old message looked a little stale, so I am re-posting it here. Anybody have any ideas of what I could do?!? The previous responses to this question are below. If you want to look at the original question, the subject line is: ADODB.NET and "Access Denied" I have an ASP.NET page writtein in VB that uses ADODB. I just had to
8
6041
by: Jeremy Ames | last post by:
I am trying to move an application from my system to a new test system. I really should have tried an easier program first, but I didn't really have a chance. My application was originally written in ASP.NET 1.1, but was migrated to 2.0 during development. The reason this is an issue is because the application is using the Microsoft.Web.UI.WebControls.dll for the tree view and tab strip controls that didn't exist prior to 2.0. Well, that is...
2
3304
by: hemaltoknow | last post by:
i have write a code of plsql i want to sent mail throught mail_files function but i have error like "relay access denied" what it means pls help me
0
2508
by: mark | last post by:
I'm trying to create a .NET app to send email. I'm getting "Relay Access Denied" when I hit the send line. Anyone got any ideas? In the example below, I'm trying to send a message to myself. Dim msg As New System.Net.Mail.MailMessage Dim smtp As New System.Net.Mail.SmtpClient("smtp.mydomain.net", 599) smtp.Credentials = New Net.NetworkCredential("me@mydomain.net", "mypassword", "smtp.mydomain.net")
0
1540
by: coresunil | last post by:
Hi got a dedicated server with linux and I am using vhcs2 control panel on the server. I get a bounced message saying 554 <domain> Relay access denied. I get this message for any email address i send externally. If i send emails to any email on the server. It works fine. Could someobody help me on how to fix this please. I am not familiar with the config of vhcs2 or how the mail works. All your help is greatly appreciated.
5
6640
by: Carmine [www.thetotalsite.it] | last post by:
Hi everyone, I get a really odd error while using SMTPClient.Send() function in ASP.Net. The error is the following: Dim smtp As New Net.Mail.SmtpClient("smtp.thetotalsite.it", 25) Dim bodyMSG As String bodyMSG = "something" smtp.Send("something@thetotalsite.it", someone@gmail.com, "Message from thetotalsite", bodyMSG)
1
3789
by: tshad | last post by:
I have a W2K3 Server we are setting up to run a Windows Service for a client at their location. I don't want this machine to go through exchange or their local mail server, I just want the Server to send out a message from the SMTP Virtual Server to me (in a different company) to tell me that some exception has happened in our service. The problem is that it creates an error about a relay: Exception Type:...
0
8458
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
8888
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...
1
8565
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8650
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
7391
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...
1
6206
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5677
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
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1779
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.