Hi
I am using iw_solution_mail.ipl and am able send mails to the users on the mail domain mentioned in iw.cfg .I want to send mails to the users of other domains like yahoo.com and gmail.com. But every time I get error like the one below::
[HTML]
========== Mail Server ==========
mail.ob.co.in
MIME::Lite:

MTP>>> MIME::Lite:

MTP
MIME::Lite:

MTP>>> Net:

MTP(2.26)
MIME::Lite:

MTP>>> Net::Cmd(2.24)
MIME::Lite:

MTP>>> Exporter(5.567)
MIME::Lite:

MTP>>> IO:

ocket::INET(1.27)
MIME::Lite:

MTP>>> IO:

ocket(1.28)
MIME::Lite:

MTP>>> IO::Handle(1.23)
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 220 mail9.indsoft.net (IMail 8.22 205116-30) NT-ESMTP Server X1
MIME::Lite:

MTP=GLOB(0x2c78798)>>> EHLO localhost.localdomain
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250-mail9.indsoft.net says hello
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250-SIZE 5000000
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250-8BITMIME
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250-DSN
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250-ETRN
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250-AUTH LOGIN CRAM-MD5
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250-AUTH LOGIN
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250-AUTH=LOGIN
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250-EXPN
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250 STARTTLS
MIME::Lite:

MTP=GLOB(0x2c78798)>>> MAIL FROM:
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 250 ok
MIME::Lite:

MTP=GLOB(0x2c78798)>>> RCPT TO:
MIME::Lite:

MTP=GLOB(0x2c78798)<<< 550 not local host gmail.com, not a gateway
Exception while sending mail: SMTP RCPT command failed:
not local host gmail.com, not a gateway
at

\Interwoven\TeamSite\local\config\wft\solutions\iw_solution_email.ipl line 887
#############################################
Leaving Send Mail Function
#############################################
[/HTML]
What can be done to resolve it?
Thanks in advance.