E-MAIL

SISTEMAS76

Member
Hi, I’m a developer from mexico and i’m working with the system funtion "SEND MESSAGE".My objective is, send an e-mail for an user

1° In my JDE.INI in JDEMAIL, configureted:

mailProfile="Default Exchange Profile"
Rule1=90|OPT|MAILSERVER= ADDRESS IP OF SMTP
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
ClientType=Windows
2° In application P02101 Update mail preference, W02101A, have the next configuration:
E-mail preference: 3 (Outlook)
Shortcut client type: Blank (Windows)
E-mail address: [email protected]

But.... nobody received any e-mail, can you help me please.
Thank you
 
In the stanza
Rule1=90|OPT|MAILSERVER= ADDRESS IP OF SMTP

Your supposed to put your mail server. Go talk to your network guys, and tell them you need an unsecured (IE) No username and password SMTP. Then type that in and your off. You don't have to use the IP address..

mail.domain.com is usually enough. Ifyour making this configuration change, make sure it do it both in the client JDE.INI and on the server.


Good luck

Morglum
 
Back
Top