Send emails via JDE

I was able to do it on a unix based enterprise server. Basically create the
command prompt with the mail -s and call the business function Execute
External Program and pass the command. I was able to even send emails with
attachment. I am not sure if this can be done on a windows environment.

Madhu




--
Thanks,
Madhu
 
I use BSFN B0500725 (in 8.11) to send e-mails with attachments that are .pdfs generated from UBEs.

I developed a solution based on an article in JDE Tips ("How to Automatically Email PDF Files, Mar/April 2004 issue).

The UBE that generates the pdf actually e-mails the report upon completion of the UBE.
 
Hi,

Use system function "Send Message" to send an email to a perticular AN8.

This might help you.

Request : Can you please give your release info. I guess some of the System functions are obsolete in the newer versions of JDE.
 
Yes, it can.
Hi.
You can use the Business Function B0500190.
If you run the report localy you must chang the jde.ini.
Example:

[JDEMAIL]
mailProfile="Default Exchange Profile"
Rule1=90|OPT|MAILSERVER=smtp-relay.<company_address>.com
;Rule1=90|OPT|MAILSERVER=mail.jdedwards.com
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

See ya.
 
Hi Colleen Marquardt,

Nice to know that you have developed a good solution for Automatic E-mailing. Please let me know whether you can share the solution to me.

Thanks & Regards,
Anto
 
Suppose you have a system with multiple JAS instances. If the message is sent to an external mail system, how is the JAS instance in the shortcut specified?
 
Hi
We're trying to do the same thing ! Any chance you still have the information from JDE Tips ??
Thanks
Judy
 
Hi, may i ask if you're using table trigger of table F986110 to fire if report is done to call BSFN B0500725?
 
Back
Top