Wednesday, January 21, 2026

SMTP Validation

 


1. Verify SMTP Server is reachable  Powershell Command

Test-NetConnection smtp.server.com -Port 25


2. Configure INI


Rule1=90|OPT|MAILSERVER=smtp.server.com 

Rule2=100|DEFAULT|OWMON=OWMON@domain.com

Rule3=110|DEFAULT|PSFT_SYSTEM=PSFT_System@domain.com

Rule4=120|DEFAULT|JDE_SYSTEM=JDE_System@domain.com

Rule5=DEFAULT|WORKFLOW_SYSTEM=Workflow@domain.com

SMTPPort=25


3. Power Shell Test from Enterprise Server

Send-MailMessage `

  -From "JDE_System@domain.com" `

  -To "xxxxxx@domain.com" `

  -Subject "SMTP Test" `

  -Body "This is a test email" `

  -SmtpServer smtp.server.com



4. JDE Validation

Enable Send Email on Job Complettion INI Setting

ADD Email to Users Who's Who Address

Add Address Number to USer Profile

Run Test run for Email.