Relay denied exception!! Why can i do the same with sendmail???

Hi,
Everytime I try to send email from my code, I get the following exception:
class javax.mail.SendFailedException: 550 5.7.1 <[email protected]>... Relaying denied
But if I try to use sendmail and send email to the same address with the same SMTP host, it will work!
So, r there some parameters that i need to set, or some settings that I missed in order for this to work?
My local SMTP does not need auth. and the code works fine for any mail sent to the internal mail box.
Please advise.
Thank you.

Many mail servers are configured to prevent mail from being sent if the originating email address is not in the domain.... other wise they have to authenticate before being allow to be sent.
You might want to look into this as a possible solution....
Transport tx = session.getTransport("smtp");
tx.connect(host, username, password);
tx.sendMessage(msg, msg.getAllRecipients());
-Dave

Similar Messages

  • I can send tv shows from my ipad to my apple tv without any issues.  Why cant i do the same with a movie rental?

    I can send tv shows from my ipad to my apple tv without any issues.  Why cant i do the same with a movie rental?  Or how do i do the same with a movie rental?

    Personally I think the iOS devices are poor at reconnecting  - Airplay establishes that a link is available but when the iPhone/iPad has been away from the house and rejoins the network i think AppleTV already thinks it's connected with a different IP address and fails to recognise it has joined the network again with new credentials.
    Something along those lines anyway.
    I find that a combination of restarting AppleTV, router and iOS device tends to fix it, but not for everyone.
    AC

  • With MobileMe I had 3 different email accounts that could be sync wirelessly. Can I do the same with iCloud ?

    Is there any comments or explanation regarding this....
    thanks for your support

    You issue is probably with your email provider. You should check the settings for each account and somewhere you will be able to set it for something like: Delete mail after X days. If you are using  POP mail you can find this setting in Mail Preferences - Accounts - Advanced and look for Remove copy from server after retrieving message and then set the toggle.
    BTW if no one on this forums knows where the "hidden file" you are referring to is then please repost in the Lion forum, that is where most Mail related questions should go. The reason being is Mail is considered part of OS X.
    Good luck.

  • Can I used the same MSN  with Windows and Mac?

    I have a emachine PC. And I just purchase a ibook G4. My concern is: I am about to connect to the internet witn MSN. Can i used the same with both, Mac and Windows? I mean, the same internet connection?
    LightBearer.

    All you'll need is a router. You can get a wireless one or a wired one. They're pretty cheap.

  • Why can't I find events with cmd-F? I can see the appointment I am searching for, but the search cmd-F function does not find it. Why is this. It used to work...

    Why can't I find events with cmd-F? I can see the appointment I am searching for, but the search cmd-F function does not find it. Why is this. It used to work...

    Why can't I find events with cmd-F? I can see the appointment I am searching for, but the search cmd-F function does not find it. Why is this. It used to work...

  • Why BDC when we can do the same with Bapi's

    Hiii
    Plz tell me why BDC when we can do the same with Bapi...
    plz list out the differences clearly
    Thanks & Regards
    krishna

    If the same functionality can be achieved by BAPI then we generally go for BAPI instead of BDC. The main reason is that the screen no can change in the next version and in that case the BDC code will not work. But if no BAPI is available then we go for BDC.
    Sometimes we need to handle a large amount of data in BDC/BAPI in which it is not preferable to use 'CALL TRANSACTION' command. If the corresponding BAPI internally use 'CALL TRANSACTION'  command. Then instead of that BAPI we create a BDC with SESSION METHOD.
    Ex: IDOC_INPUT_ORDERS internally use CALL TRANSACTION. So if we need to use a large amount of data we create a BDC with session method instead of using IDOC_INPUT_ORDERS.

  • Why can not open the file

    why can not open the file

    On which OS are you working?
    Did you see issue in opening pdf in browser or in Application?
    You can try upgarding to latest version of Reader via link
    http://get.adobe.com/reader/enterprise/

  • Why can not scp the spfile to another host?

    Why can not scp the spfile to another host?
    The hostp is physically connect with hosts with a router. Both are RHEL5.0 OS. I copied some files from hostp to hosts successfully a few days ago. But it not work today. The SSH is disabled on both hosts.
    [oracle@hostp db10g] $ cd $ORACLE_HOME/dbs
    [oracle@hostp dbs] $ ls
    hc_db10g.dat init.ora orapwrcatalog spfilercatalog.ora
    hc_rcatalog.dat lkDB10G snapcf_db10g.f
    initdb10g.ora lkRCATALOG snapcf_rcatalog.f
    initdw.ora orapwdb10g spfiledb10g.ora
    [oracle@hostp dbs] $ scp spfiledb10g.ora hosts:/u01/app/oracle/product/10.2.0/db_1/dbs/
    ssh: connect to host hosts port 22: No route to host
    lost connection

    I ping the hostp from the hosts, it is reachable; But I ping hosts from the hostp, it is unreachable. The follows are some information for diagnosys.
    [root@hostp oracle]# route -n
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
    0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
    [oracle@hostp ~]$ ping hosts
    PING hosts (192.168.0.3) 56(84) bytes of data.
    CFrom 192.168.0.107 icmp_seq=2 Destination Host Unreachable
    From 192.168.0.107 icmp_seq=3 Destination Host Unreachable
    From 192.168.0.107 icmp_seq=4 Destination Host Unreachable
    --- hosts ping statistics ---
    9 packets transmitted, 0 received, +6 errors, 100% packet loss, time 7997ms, pipe 3
    [oracle@hostp ~]$ cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.0.2 hostp
    192.168.0.3 hosts
    [oracle@hostp ~]$ ping hostp
    PING hostp (192.168.0.2) 56(84) bytes of data.
    64 bytes from hostp (192.168.0.2): icmp_seq=1 ttl=64 time=0.394 ms
    64 bytes from hostp (192.168.0.2): icmp_seq=2 ttl=64 time=0.194 ms
    64 bytes from hostp (192.168.0.2): icmp_seq=3 ttl=64 time=0.190 ms
    --- hostp ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.190/0.259/0.394/0.096 ms
    [oracle@hostp ~]$ cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.0.3 hosts
    192.168.0.2 hostp

  • Why can i access the ITunes Store

    why can i access the ITunes Store on my IPod it just want load

    This problem?
    IOS 6 App store crash: Apple Support Communities
    White screen problem which is also common after iOS 6 update

  • Why can't I record calls with the iPhone?

    Hi,
    Why can't I record calls with the iPhone? Every other mobile can! That's quite pitty ...!

    Nonsense. There are many places where you are not allowed to take photos or video but those functions are included. Apple assumes no responsibility for them. Apple would not be responsible for managing the recordings on the phone either. It's most likely because Apple is located in California and in THAT particular state, both parties have to be informed of the recording. Most states do not require that. If Apple were located in another state (e.g. Alaska) there would be no restriction.
    All the apps that record calls store those recordings in their servers and charge you a fee. It would be preferable to have the calls stored only on the phone so no one else could access them. The iPhone has the technological capability; we have just been restricted from having this functionality without paying a 3rd party.

  • TS3212 what is bonjour and why canit i downlowd the newest versions of itunes because of it

    what is bonjour and why canit i downlowd the newest versions of itunes because of it

    What is the error message you're getting about Bonjour? (Precise text, please.)

  • Why can i hear the person talk but they cant hear me?

    why can i hear the person talk but they cant hear me?

    you microphone may be defective, did this happen after an update???

  • Why can't i use realplayer with my mac anymore? it worked fine until i had the hard drive erased and reset

    why can't i use realplayer with my mac anymore? it worked fine until i had the hard drive erased and reset

    Did you remember to reinstall it?

  • Why can't I move artwork with the perspective selection tool?

    I created a carpet and decorated it with symbols. When I tried to place it in the perspective grid with the perspective tool, it wouldn't move. I can move it fine with the selection tool and there's a bounding box but nothing happens when I use the perspective selection tool.
    Need help. Thanks.

    You have to make sure that one of the grids (Left, Right, Horizontal) is active.
    Just check the widget that appears when you select the Perspective Grid Tool. You can click on those sides of the cube with the Perspective Grid or the Perspective Selection Tool to make one of them active. You can also press the key 1, 2 or 3 to make either of those grids active.
    If you click on the circular portion outside the cube, none of the grids is active. Then you can't move the artwork with the Perspective Selection Tool. You can press the key 4 to make none of the grids active which is especially useful when you don't want your artwork to distort in perspective while still working with the Perspective Grid showing on the artboard.

  • I'm in the trial period for Creative Cloud - I have about 19 days to go on Photoshop CC on my iMac.  Can I use the same CC trial on a second machine?  Specifically on a Windows 7 machine?

    I'm in the trial period for Creative Cloud - I have about 19 days to go on Photoshop CC on my iMac.  Can I use the same CC trial on a second machine?  Specifically on a Windows 7 machine?

    Nothing personal to you or Rajshee, but this is exactly why I absolutely despise these "community forums" (not just Adobe but any company).  I called the Tech Support phone line today after digging and digging for a phone number, and they told me the exact opposite, and they did it a lot faster than it was possible to get a forum response.  (That's really not personal, because you can't control that, but it's a fact.)
    Their answer: As long as I'm signed in with the same ID, I can try, say, Photoshop CC on my iMac at home and also try Acrobat Pro CC on my Windows 7 machine at work.  Same account, same login, one trial.
    This makes complete sense to me as I'm financially on the hook (potentially) for the same package.  If I give away my login to someone else, which I wouldn't do, I'm still on the hook.  This is why the cloud approach to software is such genius and I applaud it.
    BTW, 99% of the "community forum" wrong answers come on Microsoft sites, so don't feel bad. 

Maybe you are looking for

  • Upload Vendor Classification Data in R3

    Hello Everyone,   I was trying to get my hand on a Function Module for uploading Vendor Master Classification data in R3. I came across CLFM_OBJECT_CLASSIFICATION. I do not know if this is the right one and also how it works. If someone could just he

  • CS5 photoshop proof table naming display

    in CS5 photoshop, any customized and saved Prooftable no longer displays the proof table name in the file header when said proof table is active... NOW only the Profile used within the proof table is displayed. Where we work we have a variety of proo

  • Cursor changes color on plugged monitor after waking up

    I Have a new MacBook Pro 15" with retina Connected to hp envy 27 monitor. I have noticed one wired thing that after I wakeking up the cursor within plugged monitor appears differently. It chanegs color and gets thick pinkish outline. Does anybody hav

  • Unit of measure problem between Order UOM, Base UOM and Inspetion UOM

    Material: ROH-001 Base UOM: Meter Order UOM: Kilogram Inspection UOM: Roll I have already maintained conversion factor in material master between meter and kilogram. Is there any way to maintain KG in inspection plan header level and Roll in inspecit

  • Checkin filter not working properly in case of WebDAV

    Hi guys, I have written a custom checkin filter. This filter populates MetaData xStartDate of Date type. When I checkin content item through UCM admin portal, then filter work fine and set the xStartDate meta data value. Here is the code that is used