Send Message Extended

Rauf

Rauf

VIP Member
This is the first time I use "Send Message Extended". It does not work for me. The same function is working for some other reports.
So I checked the following,
1. Checked JDEMAIL in jde.ini.
[JDEMAIL]
Rule1=90|OPT|MAILSERVER=192.xxx.xx.xx
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|[email protected]
Rule4=120|DEFAULT|[email protected]
Rule5=130|DEFAULT|[email protected]
Rule6=140|OPT|MERGELOCAL=1
Rule7=150|OPT|UPDATELOCAL=0

2. Checked if "Email address" is setup for the address book number(AN8).
The Email address is set up in F01151 table

3. Debugged the code to know the return status of the function.
The System Value SV File_IO_Status returns "SUCCESS"

4. I copied the same ER from the working reports. But still, the function is not working.

Am I miss anything ? How should I fix the issue ?
 
Check the Messaging Indicator column (EHIER) in F01151 for the recipient. Pretty sure that needs to be set to 1.

Assuming you are sending by Address # ...
 
Hi Larry Jones,

I just wrote a couple of ER lines,

<font class="small">Code:</font><hr /><pre>
Send Message Extended( <AB number>, <None>, <None>, <Personal In Basket>, "Subject Testing", "Text Testing", <None>, 0003, <None>, <None>)

Send Message Extended(<AB number>, <None>, <None>, <Personal To Do List>, <Blank>, <Blank>, <None>, LM59HR01, <None>, <None>)
</pre><hr />

Let me please know if you could find any issues in the above line of codes,
The first line too simple. It just sends a message to AB Number.
As the first line did not work, I tried the second one. But it also gave no result.

Both reports prints the records in PDF files, but the people are not receiving emails.

Please let me know if you get anything. Thanks.
 
Back
Top