Hi, i'm currently attempting to set up the email configuration in Maximo 7.
Basically I'm having problems with smtp configurations using gmail.
I only want to use Maximo to send outgoing mail.
After going thru the smtp config I tried to send an email in the workorder tracking application by creating a comunication and emailing it to myself...
I get following error message
BMXAA0259E - Failed to send email. Sending failed; nested exception is: class javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS command first.
Here's what i've done so far:
Within system properties
mail.smtp.host --------> smtp.gmail.com
mail.smtp.password---> <password>
mail.smtp.user---------> <username>
mail.smtp.port---------> 587 (did not use port 25 as gmail site specified 587)
Within Websphere went to:
Resources--->Mail---->mail sessions---> (mymailsession)---> Custom properties
Added a new line----> mail.smtp.port.
Value ------------------> 587
Thanks in advance
