View previous topic :: View next topic |
Author |
Message |
gharidoss Beginner
Joined: 14 Mar 2005 Posts: 38 Topics: 15 Location: Bangalore
|
Posted: Tue Jun 14, 2011 5:14 am Post subject: XMITIPSP - Email issues |
|
|
Hi All,
I'm using XMITIPSP Rexx routine to send mails from Z/OS to users based on the key values, but users are not getting any mails.
From the Log I found that
Code: |
Process Section
Message records sent: 0
FileDD: XMSP3675
-Input Records: 39 TXT
as attachment name: ADVANCE.TXT
Message maximum record size is: 104
Message successfully transmitted
Sent 87 records as text, attachments, and control information.
Approximate byte count is: 2,299
|
Please help me to resolving this issue.
Thanks,
Hari |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Tue Jun 14, 2011 10:56 am Post subject: |
|
|
gharidoss,
You need to have SMTP active on your system in order to send mails. Make sure you have SMTP up and running.
Kolusu |
|
Back to top |
|
|
gharidoss Beginner
Joined: 14 Mar 2005 Posts: 38 Topics: 15 Location: Bangalore
|
Posted: Tue Jun 14, 2011 12:23 pm Post subject: |
|
|
Hi Kolusu,
Thanks for the quick response.
I'm able to send mails using XMITIP. I'm facing the issue only when I use XMITIPSP.
Can you please let me know how to check if SMTP is UP and running ?
Thanks,
Hari |
|
Back to top |
|
|
gharidoss Beginner
Joined: 14 Mar 2005 Posts: 38 Topics: 15 Location: Bangalore
|
Posted: Tue Jun 14, 2011 12:50 pm Post subject: |
|
|
Hi Kolusu,
I searched in this forum and found how to check if SMTP is UP and running.
To check if SMTP is active, go to SDSF and see type
Pre SMTP*
Thanks,
Hari |
|
Back to top |
|
|
gharidoss Beginner
Joined: 14 Mar 2005 Posts: 38 Topics: 15 Location: Bangalore
|
Posted: Tue Jun 14, 2011 1:01 pm Post subject: |
|
|
Hi Kolusu,
I checked SMTP in SDSF. It is UP and Running and got the mails. Thanks for your help.
Thanks
Haridoss |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Tue Jun 14, 2011 1:09 pm Post subject: |
|
|
gharidoss,
Glad it worked out. Usually SMTP jobs runs on the hour. so if you send the mail at 10:15 AM you need to wait till 11 AM for the SMTP job to sweep all the jobs submitted within the hour. You will receive the mails after the SMTP is completed roughly 2 mins after 11.
Kolusu |
|
Back to top |
|
|
|
|