File to Email scenario -sending an html content using dynamic email address

Hi All,
I am getting the following error when at receiver email channel :
Mail: error occured: java.io.IOException: server not responding OK to RCPT TO; 554 5.7.1 <vinay_puttaswamy@ xyz.com>: Recipient address rejected: Server Denied.  Please open an EEA request to allow your server to relay mail via the XYZ Backbone.  See http://eearegistrations.xyz.com"
Kindly let me know wat needs to be done here
Regards
Vinay P.

Vinay,
Have you tried telnet the server?
This error can happen due to various reasons - Your email is being thought of as a spam by the mail server OR there is a firewall in-between which might be causing this problem.
Most probably this problem is from the mail server and not your end.
Regards,
Neetesh
Edited by: Neetesh Raj on Nov 2, 2009 4:42 PM

Similar Messages

  • I can create documents in Mavericks Pages and Keynote. When I attach them to an email and send to others also using Mavericks, they can't open the attachments. Why might this be?

    I can create documents in Mavericks Pages and Keynote. When I attach them to an email and send to others also using Mavericks, they can't open the attachments. Why might this be?

    The new Pages v5 (Mavericks) uses a new file format with the same extension name (.pages). Older versions of Pages cannot open these documents unless you first export them as Word (.docx) and send these as Mail attachments. The same is true if you originate an IOS Pages v2.01 .pages document.
    You may be sending to people who chose not to install Pages v5 on Mavericks and continue to use Pages ’09 v4.3 instead — especially for the superset of features that are presently not in Pages v5.

  • Cannot PREVIEW my eMail before sending; nor can I use BOLD, ITALIC etc.

    In the past 3 days: Cannot PREVIEW my eMail before sending; nor can I use BOLD, ITALIC etc.
    I can add this: and I think you see the smiley-- but I cannot use the "B" bold button to make a selection of text bold; nor any other features for emphasis-- and cannot even get the Preview window to open.
    Is this a technical problem or me?
    Thanks,
    Steve
    Sunday 20 January 2008

    This is a known problem, the Hosts are working to fix it. See this thread: http://discussions.apple.com/thread.jspa?threadID=1344112&tstart=0

  • I am losing my carriage returns when sending emails. How to keep? uses SMTP Email MIME Text Content-Type.vi

    I am losing my carriage returns when sending emails using the Internet email vi's.
    All carriage returns are stripped out and I get one long word wrapped paragraph.
    I want to avoid html.
    Ideally, using the vi's for rich text would be perfect, but a simple text message with carriage returns and line feeds in any font ok. 
    uses SMTP Email MIME Text Content-Type.vi
    i have tried text/plain, text/html, and mixed yada something

    You need to use Line feed constant and then use concatenate function.See the screen shot.
    Naqqash
    Attachments:
    Using Line feed.png ‏15 KB

  • File-PI-RFC scenario with extraction of contents in the filename

    Hi All,
    I am working on File to RFC scenario.
    Here the file name is like 'ABCD_XYZ_1234_DATE' where the date is in yyyymmdd format.
    I have to read this filename & the date in the filename is to be mapped with one of the RFC parameter.
    Also how would I trigger the Interface if the file resides in PI server or on local mchine.
    How to configure the processing parameters in sender comm channel if I want to read the file after every 15 mins?
    Thanks,
    Amit Patil

    Hi,
    By writing simple UDF in your mapping you can Acheive this
    Try this Once
    DynamicConfiguration dynamicconfiguration = (DynamicConfiguration)param.get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File", "FileName");
    String MyFileName = dynamicconfiguration.get(key);
    String str[] = MyFileName.split("_");
    return str1[1];
    Map this to the date parameter(RFC) in the mapping .
    If the file resides on Local machine then you can use FTP and if it is on PI server then NFS as Transport protocol.
    If you want read the file for every 15 min there are 2 options
    1) Set the poll interval time to 900 sec
    2) Configure ATP in RWB
    Configuring ATP in RWB :
    http://www.dataxstream.com/2010/11/configuring-availability-time-planning-in-sap-pi/
    Thank & Regards,
    Deepthi

  • Problem in loading external HTML content using SpryHTMLDataSet in Firefox

    I have a very simple placement of the contents of an HTML DIV within a subsidiary HTML file (statespecificassets.html) into a main HTML document, using SpryHTMLDataSet in Dreamweaver CS4.
    The relevant bits of code in the main HTML doc:
    In the header:
    <script src="../../SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="../../SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var ds1 = new Spry.Data.HTMLDataSet("../../statespecificassets.html", "NN_Data_s3a");
    ds1.setColumnType("column0", "html");
    //-->
    </script>
    And at the point of inclusion of the external DIV:
    <div spry:region="ds1" class="StackedContainers">
             <div spry:repeat="ds1" class="RowContainer">
                <div class="RowColumn" style="background-color: #D7DF21;">{column0}</div>
             </div>
          </div>
    The problem: This works fine in Safari 4.0 on a Mac, and IE7 on a PC. It doesn't work in Firefox 3.0.11 (latest version) on Mac or PC: In firefox the reference content simply doesn't load. The only way I can get it to work in Firefox is if I place the main HTML doc and its subsidiary reference HTML file in exactly the same directory/ on the same level, and adjust the script reference accordingly ( var ds1 = new Spry.Data.HTMLDataSet("statespecificassets.html", "NN_Data_s3a"); ) ...But I can't/ don't want to alter my directory structure, because multiple files in other directories will need to use the reference file.
    Is there some other way of making it all-browser compatible -- possibly by adjusting a relevant bit of code in SpryHTMLDataSet.js in the Spry Assets? .. I've attached the SpryHTMLDataSet.js file for reference.
    Thank you to any kind soul who might have the nous to solve this.

    This is the latest version of SpryHTMLDataSet: http://labs.adobe.com/technologies/spry/preview/SpryHTMLDataSet.js
    Check out if works for, if not, please provide us with a online url.

  • How do i send pictures from iPhoto using other email provider

    How do I send pictures from I photo and use another email provider  Charter.net

    Thanks for the help I figured it out . DonaldfromWI

  • Email from flex using dynamic email address

    I have an http service call that populates a datagrid. The user drags one or more items to a "favorites list". The user then emails this favorites list to himself. My ISP says they cannot handle dynamic email addresses which is apparently what I need to use. Any ideas or other ways to handle this? I am using PHP to handle the email function.

    Mehabub Sheikh wrote:
    We are using lotus notes for emailing.
    Is it possible to configure APEX for sending email using Lotus Notes 8.5?Yes, inasmuch as I've worked on a project that did so. Their DBA just used the standard APEX mail config: +Configuring Email+
    Notes didn't play as well with the APEX mail API as others: {thread:id=2379927}

  • Sending a HTML web page in email question please.

    Sorry, the "Mail and address" section of the group is down.
    A long time ago using windoze, I use to be able to send a entire embedded HTML Web page, not a link, in my emails so the reader does not have to click a link but can see the page right in the email.
    I know email in Leo did not have this but can't find any product info as to Snow Leo allows me to do this. Can you please advise?
    Thank you much.

    this only works with safari. Mail uses safari engine to render html. you can also just copy+paste parts of html pages but also only from safari. it will not work well if you try it from firefox.

  • Cannot send attachment in Thunderbird using the email submit button

    Hi,
    I put together a form and at the top I included an submit by email button.  After a little bit of work I got it to work with Thunderbird but when I try and send the email with the pdf as an attachment it says "Unable to open the temporary file.  Check your 'Temporary Directory' setting."  I know this is not really an adobe question but I'm still hoping someone can help.  Thanks in advance.

    Thanks, but, using the "free" version of Reader, there is no opportunity to open nor import the xml data - the menu options do not exist - there is no import listed.
    If we try to open the xml file directly, then we get an error - something to the effect of "unsupported file type, or the file is corrupted".
    I just noticed in my Pro version that there is the command File ->Form Data ->Import Data to Form... command. Is this what you are referring to?
    What do you recommend? Perhaps the easiest thing to do would be to purchase a few copies of Acrobat Pro for the reservations people to use? I was hoping that the free version of reader would do it, but perhaps not?
    Thanks again,
    Rob

  • Reading HTML Content using Web Dynpro ABAP

    Hello,
    I was wondering if it is possible to read the content (HTML) behind a given URL using Web Dynpro ABAP.  If so, are there any functions available to parse the HTML ?   I have been asked to develop an application that requires going to a URL, reading the content, and formatting a table from that content for presentaion within Web Dynpro ABAP.  The HTML of the URL is nothing more than a "Table of Contents" to existing documentation ( Word Documents )
    Thank you for any help / advice you can provide
    Larry

    You can get the HTML returned in a table using fm RSFO_HTML_REQUEST2.
    Once you have that, you can convert it to a string using any number of methods. CL_RSR_WWW_RENDERER=>TABLE_TO_STRING should work fine.
    One option for parsing it would be to get it converted into an iXML object, but you might have to do quite a bit of manipulation first depending on what the html looks like. You can see more info here on iXML classes: [http://help.sap.com/saphelp_nw04/helpdata/de/86/8280ba12d511d5991b00508b6b8b11/frameset.htm|http://help.sap.com/saphelp_nw04/helpdata/de/86/8280ba12d511d5991b00508b6b8b11/frameset.htm]
    Otherwise I would just make use of find statements with regex patterns to sort through the html.

  • How do i query for a html content using cm:select tag

    Hi i want to query the dmsBase directory for any html file(s).
    I am using..
    <cm:select> tag and using query ="mimeType like 'text/*' "
    But it doesnot work
    HELP....

    Thanks for the reply, however I did find that you can test for a NULL with a Velocity #if statement and it works. Here's what I found this at the below website:
    Conditional. Null can be checked for using #if ($obj) obj not null #end syntax.
    http://today.java.net/pub/a/today/2003/12/16/velocity.html
    Regards

  • Can't send emails if the recipent doesn't use my email provider

    Hi, I used to send emails to anybody witout any problem. Since three days ago I can send emails only to those that use my own email provider. Otherwise I got this message: "Desktop email program unable to submit message"
    Any ideas? Thanks.

    Go online and search for your email providers outgoing and incoming mail settings.  if you have yahoo for example, you would search yahoo incoming and outgoing mail server settings.  it will tell you what you need to have in your mail settings in order to get it to work as it should.

  • Maverick mail. In my sent box why do different peoples emails I send end up grouped under the wrong address?

    I'm been scratching my head for ages. I've been sending emails using Mail to different clients and then later going to the sent box to check a few things and noticed they've disappeared as if I've never sent them. I've now realised they're being grouped under completely different email addresses.
    An example, I'll have an email sent to [email protected] Beside it has the number 9 with an arrow. If you click on this it has got 9 emails sent to 9 completely different people and organisations sent on completely different days (no common denominator).
    Has anyone come across this before and if so how can I fix it? It's driving me crazy.

    Your first theory may be correct.
    If you haven't already, change your password on your .mac account. That will stop any further action by the other fellow. Even if you can't tease out the detail of what happened exactly, you can at least fix the problem with the password change.
    Also if you left on good terms, contact the new owner of the workMac and ask if s/he used your .mac account.

  • How to reterive  content using dynamic query  through content repository

    Hello,
    i am reteriving content from content repository,using following tag:
    <pz:contentQuery query="PPF_Type='Forms' && SupportGroup='HR'" sortBy="cm_modifiedDate" max="5" id="HRForms"/>
    where SupportGroup='HR/IT/Finance'
    How can I get property value dynamically without hardcoding like above,instead i want it as follows:
    String formQuery="PPF_Type='" + typeName + "' && SupportGroup='" + groupName + "'";
    How can i get 'typeName' and 'groupName' as variable through jpf,if i have to display titles in same page.

    Hello,
    i am reteriving content from content repository,using following tag:
    <pz:contentQuery query="PPF_Type='Forms' && SupportGroup='HR'" sortBy="cm_modifiedDate" max="5" id="HRForms"/>
    where SupportGroup='HR/IT/Finance'
    How can I get property value dynamically without hardcoding like above,instead i want it as follows:
    String formQuery="PPF_Type='" + typeName + "' && SupportGroup='" + groupName + "'";
    How can i get 'typeName' and 'groupName' as variable through jpf,if i have to display titles in same page.

Maybe you are looking for

  • Dummy Profit Center in New GL

    Hi, we activated New GL with Segment Balancing. The P&L accounts will get the profit Center from the cost objects. We have defined a default segment in the constant for unassigned process, and we only have zero balancing at the segment, and not the p

  • Connecting two gpib-boards

    hi, i have 2 gpib-boards on two different machines. i am trying to communicate between the cards. unfortunately i have timing problems. the boards will lock up after a very short time. does anybody have programmed something like this in an ms c++ env

  • Sudo chown + chmod on system drive?

    Hello, Before I mess my system drive up I wanted to check if this is ok. For various reasons I have created a new Account that I wish to migrate to. I log in ok and can change permissions but there seem to be files on various places that I keep havin

  • I need to order old Mac Mini Install discs

    I hear I can order from Apple, i need a phone number. I have a 1.5 Gh 2005 Mac Mini

  • Zen Nano and some directories not playing in track ord

    Hi, I just bought a Zen Nano Plus and I've noticed that some album directories play in track order based on the track numbers found in the id3 tags while some directories play files in alphabetical order. All my directories on the Nano right now are