• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 29, 2024, 08:52:21 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - clanderson

1
I have konakart up and running but I am having problems with email.  I have configured it to use my gmail account for initial testing and development.  When emails are sent I get the following error:

class javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS command first

I have a couple questions:

1)  Is there a way to change the default port that is used for EMAIL?  I don't see a way to change that in the configuration.  I believe that
     gmail needs to use port=465 not 25.
2) Is there a way to send addition configuration properties such as mail.smtp.starttls.enable=true

Thanks in advance for any help or insight into this issue.