Advertisement

10.12.2005 at 08:53PM PDT, ID: 21593382
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

javax.mail.SendFailedException: 550 5.7.1

Asked by JohnLucania in ColdFusion Application Server

Tags: , ,

<cfloop query="A03">
<cfset THEFIN = A03.PTFIN>
<cfset THEMRN = A03.PTMRN>
  <CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE="No">
  <CFMAIL
  SUBJECT= "Discharge"
  FROM="IntranetAdmin@swgc.com"
  TO="4106121234@archwireless.net; 4102702345@archwireless.net"
  BCC="IntranetAdmin@swgc.com"
  Type ="plain" >
  #PTRoomNo#
  </CFMAIL>
  </CFPROCESSINGDIRECTIVE>
  <cfquery name="A03Yes" datasource="PTINFO">
   update PTINFOIncident
    set MsgSent ='Yes'
   where PTFIN ='#THEFIN#' and PTMRN = '#THEMRN#'
  </cfquery>
</cfloop>

Why is this generating this error?

Invalid Addresses; nested exception is: javax.mail.SendFailedException: 550 5.7.1 Unable to relay for 4106121234@archwireless.net ; nested exception is: javax.mail.SendFailedException: 550 5.7.1 Unable to relay for 4102702345@archwireless.net
 
If I open Outlook and send e-mail to 4106121234@archwireless.net and 4102702345@archwireless.net, messages go through with no issue.

If I send messages with CFMAIL, I get the error above.

CF is connecting Outlook server, so I thought it should work fine.

jl
Start Free Trial
[+][-]10.12.2005 at 09:32PM PDT, ID: 15074631

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.12.2005 at 09:36PM PDT, ID: 15074645

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.13.2005 at 06:03AM PDT, ID: 15076632

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.13.2005 at 08:25AM PDT, ID: 15077926

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: ColdFusion Application Server
Tags: 550, relay, unable
Sign Up Now!
Solution Provided By: mrichmon
Participating Experts: 1
Solution Grade: B
 
 
[+][-]10.13.2005 at 01:16PM PDT, ID: 15080883

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32