Hi,
I prepared a jcl program for sending an email from mainframe to my personal email account. Below was the jcl and after submission i got a return code of 00.
Even after the successful return code i am unable to receive email from mainframe. could you please explain me the reason for not receiving the email from mainframe.
//A255209J JOB MSGCLASS=X,MSGLEVEL=(1,1),CLASS=T,
// REGION=5M,NOTIFY=&SYSUID
//IEBGENER EXEC PGM=IEBGENER
//SYSIN DD DUMMY
//SYSUT1 DD *
helo yourmvs
mail from: <jagadishan.p@gmail.com>
rcpt to: <jagadishan.p@gmail.com>
rcpt to: <jagadishan.p@gmail.com>
Cc: <rick@gmail.com> Subject: Hola
Jags: guten tag. was ist ihre namn.
stardator ist kuss. Always
hej hej.
.
quit
/*
//SYSUT2 DD SYSOUT=(B,SMTP)
//SYSOUT DD SYSOUT=A
//SYSPRINT DD SYSOUT=A
//