Problems in sending E-Mails

Man

Member
Hi JDEList,

I am not able to send an E-Mail in JDE version XE-7333. I tried with two BSFN but both are not working..

1) BSFN - B0200900 - JDEM Send Email

From this BSFN i can send the mail but only subject line goes not the mail message & not any attachment.
Jde.log file details are as follows

connectToSMTPserver : connect failed
sin_family =
sin_port =
Operating system error : <No error>

456/2160 Wed Jun 07 18:56:25 2006 jdesmtp.c644
Leaving JDE_SendEMailSMTP with an error return code : <22>

456/2160 Wed Jun 07 18:56:25 2006 Gt_msg.c1479
GEN0000015 - Error returned from SMTP for 61276


here 61276 is my Address Book Number....



2) BSFN - B0500190 - Send E-Mail - HRM

In this case mail doesn't goes to receipent's. The jde.log file shows this error

connectToSMTPserver : connect failed
sin_family =
sin_port =
sin_addr =
Operating system error : <No error>

456/316 Wed Jun 07 19:19:09 2006 jdesmtp.c644
Leaving JDE_SendEMailSMTP with an error return code : <22>

456/316 Wed Jun 07 19:19:10 2006 jdesmtp.c822
connectToSMTPserver : connect failed
sin_family =
sin_port =
sin_addr =
Operating system error : <Invalid argument>

456/316 Wed Jun 07 19:19:10 2006 jdesmtp.c644
Leaving JDE_SendEMailSMTP with an error return code : <22>

456/316 Wed Jun 07 19:19:10 2006 Gt_msg.c1479
GEN0000015 - Error returned from SMTP for 61276


Can anybody help me to resolve my problem regarding the Mail????
Is there any setting in JDE.INI file for SMTP Server???

Thanks,
Man
 
Hi,

For sending e-mails through JDE first you need to configure the JDE.INI file.

Below is a sample JDE.INI file configured for email

[JDEMAIL]
mailProfile="Lotus Notes Mail"
mailserver=SMTP Mail Server IP Address(202.144.XX.XX)
Rule1=90|OPT|MAILSERVER=202.144.XX.XX
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|[email protected]
Rule4=120|DEFAULT|[email protected]
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0

Also,check whether Port 25 is enabled from where the mails are routed.

Hope this helps.

Regards,
Chintan
Technical Consultant
OneWorld Xe
 
Hi,

Thanks for the response..I have done all setting in JDE.ini which u had mentioned in mail, but still its not working.

Apart from this, are any other setting required or any different BSFN/solution for this???

Regds,
Man
 
Back
Top