Hello Srini,
If you are not having a permanent IP, most of the mail servers will not
accept messages, because DNS reverse lookup IP MX table will fail. I suggest
that you send mail through your ISP. For that you need to change the
configuration of config.xml as,
<gateway>your_mailserver_name<gateway>
<gatewayPort>25</gatewayPort>
<gatewayusername>[EMAIL PROTECTED]
_email_id_domain.in</gatewayusername>
<gatewayPassword>your_password</gatewayPassword>
In this example, your_mailserver_name may be, smma.dataone.in. This you
fill it as availble in your e-mail client which you may be using like
outlook express,evolution or thunderbird.
This will allow james, to send the mail through your ISP to any domain.
Regards
M V Kannan
On 11 Apr 2007 14:25:13 -0000, koyya srinivas <[EMAIL PROTECTED]>
wrote:
Hello all,
I have installed James in my PC. I am connected to internet. I am not
able to send mail from james to my yahoo.co.in account.
I am trying to send mails using java mail API program.
ping is going fine...
C:\>ping yahoo.co.in
Pinging yahoo.co.in [202.43.219.47] with 32 bytes of data:
Reply from 202.43.219.47: bytes=32 time=175ms TTL=49
Reply from 202.43.219.47: bytes=32 time=177ms TTL=49
Reply from 202.43.219.47: bytes=32 time=179ms TTL=49
Reply from 202.43.219.47: bytes=32 time=176ms TTL=49
Ping statistics for 202.43.219.47:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 175ms, Maximum = 179ms, Average = 176ms
C:\>
Also
c:\> telnet mail.smtp.yahoo.co.in 25
220 smtp104.mail.mud.yahoo.com ESMTP
is giving me a 220 greeting.
Can you please let me know how to configure my James to send mails to
yahoo?
Thanks in advance
Srinivas
Best Regards,
Srinivas