Thanks, I'll join the group tomorrow. What I did was comment out the if and else statement and what I got as Sender was:
grodrig%[email protected] The email still hasn't shown up, so I'll look at what you did and use that! Thanks again! Thanks! George Rodriguez Specialist II - IT Solutions IT Enterprise Applications PX - 47652 (561) 357-7652 (office) (561) 707-3496 (mobile) School District of Palm Beach County 3348 Forest Hill Blvd. Room B-251 West Palm Beach, FL. 33406-5869 Florida,s Only A-Rated Urban District for 8 Consecutive Years ----- Original Message ----- From: Greg Shirey [mailto:[email protected]] Sent: Wednesday, March 05, 2014 03:04 PM To: [email protected] <[email protected]> Subject: Re: Problem Using XMITIP Fix what? Have you determined what's changed? If you're just wanting the from address to have certain values, you can code that in the REXX. Here's what we do: /* ----------------------------------------------------- * * Setup the From Default * * This section should be customized for each shop * * or at least reviewed. Interlink users must customize * * * * Note: if fromreq is enabled (non-zero) then * * from_default can be * and will cause the * * user specified from to be used for the sender * * * * NB: See Send_From if you don't set FromReq * * ----------------------------------------------------- */ uid = sysuid atsignc = left(atsign,1) from_default = uid||AtSignC||"bekmvs.bekco.com" /* BEK */ Not our real domain name, by the way... There is a XMITIP group on Yahoo. If you're going to be supporting it, you might want to join. https://groups.yahoo.com/neo/groups/xmitip/info Regards, Greg Shirey Ben E. Keith Company -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of George Rodriguez Sent: Wednesday, March 05, 2014 1:37 PM >From the mainframe side, nothing... On the server side probably... We've been using gmail for a while, but the vendor is making changes constantly... Perhaps the vendor cares that it's wrong... What do I do to fix it? *George Rodriguez* ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN -- *The District is participating in* *Take your Daughters and Sons To Work Day <http://news.palmbeach.k12.fl.us/pao/2014/02/20/school-district-take-our-daughters-and-sons-to-work-day-thursday-march-6-2014/> on* *Thursday, March 6, 2014.* *Disclaimer: *Under Florida law, e-mail addresses are public records. If you do not want your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
