Problems about the section JDEMAIL

rpoblete

Member
I am working on WorkFlow at the version B732 and I don´t to convert the
JDEMAIL section the version b7332 to b732:

Version B7332
[JDEMAIL]
mailProfile=Mekano Equipos S.A.
Rule1=90|OPT|MAILSERVER=VILLARRICA
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

Version B732
[JDEMAIL]
mailServer=mail

Thanks,

Richard Poblete Muñoz
Consultor J.D. Edwards
Fono: (56-2) 372 4465
Fax : (56-2) 343 1943
mailto:[email protected]
 
Hi

The mail profile is for the email system - i.e. in this case Outlook. There
are set Profiles you can use - they can be set manually in the INI.

The email preference of a user is also set via the UDC in the JDE user email
setup (P02101) - External Mail from the Tools exit bar.

client ini:
[JDEMAIL]
mailProfile="Default Outlook Profile"
Rule1=90|OPT|mailserver=MAILSERVERNAME
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|JDE_SYSTEM=%username%@nesta.org.uk
Rule4=120|DEFAULT|[email protected]
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0

Enterprise Server INI
[JDEMAIL]
Rule1=90|OPT|MAILSERVER=MAILSERVERNAME
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

Will
 
Back
Top