Error Sending E-mails: Caused by: javax.mail.MessagingException: No 'from' address specified
search cancel

Error Sending E-mails: Caused by: javax.mail.MessagingException: No 'from' address specified

book

Article ID: 240128

calendar_today

Updated On:

Products

CA Identity Suite

Issue/Introduction

Error: "Error Sending E-mails: Caused by: javax.mail.MessagingException: No 'from' address specified" when executing task or px that tries send e-mails.

Configured all files as the documentation instructs but the error remains:

IDM_from_address.properties:

#==================================================
#   Mail Utility
[email protected]

 

 

Environment

Release : 14.4

Component :

Resolution

1. edited  /opt/CA/VirtualAppliance/custom/IdentityManager/IDM_from_address.properties file and changed from:

#==================================================
#   Mail Utility
#admin.email.address=IMS
[email protected]

To: (all lower case)

#==================================================
#   Mail Utility
#admin.email.address=IMS
[email protected]

2. We confirmed that also the file /opt/CA/wildfly-idm/standalone/deployments/iam_im.ear/config/com/netegrity/config/email.properties reflected the change.

3. Restarted IM

4. Tested again and PX sent e-mail successfully.