Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 504615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:30:51+00:00 2026-05-13T06:30:51+00:00

I want to use HtmlEmail in apache commons-email in a spring app, so i

  • 0

I want to use HtmlEmail in apache commons-email in a spring app, so i use the config xml as following:

<bean id="commonsEmail" class="org.apache.commons.mail.HtmlEmail">
    <property name="hostName" value="smtp.example.com" />
    <property name="TLS" value="true"/>
    <property name="smtpPort" value="587"/>
</bean>

But i can’t initialize it because of the smtpPort property:

Invalid property ‘smtpPort’ of bean class [org.apache.commons.mail.HtmlEmail]: Bean property ‘smtpPort’ is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?

Please tell me what i’ve done wrong ? Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T06:30:51+00:00Added an answer on May 13, 2026 at 6:30 am

    This is happening because the smtpPort property is ambiguous – the getSmtpPort method returns a String, but the setSmtpPort method takes an int. Spring gets cold feet at this point, and throws the exception saying that the bean property is invalid.

    I think both HtmlEmail and Spring are at fault here – HtmlEmail for bad API design, Spring for being unnecessarily pedantic.

    The solution I’d recommend is one of:

    1. Create your own subclass of HtmlEmail, defining a new setter method, with a new name, which delegates to setSmtpPort. This is quick and easy, but is rather poor design in itself.

    2. Write an implementation of Spring’s FactoryBean interface, which gets the job of instantiating and configuring an HtmlEmail instance. This is more work than (1), but is a cleaner design.

    3. Ditch Commons Email completely, and use Spring’s own Email abstraction layer. This would be my recommended option.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to render an HTML-EMail and send it to our customers using some
I want use jQuery in my project. I know the javascript_include_tag calls the jQuery
I want use math operations in XAML code but I dont know how?
I want use always thin when I start my rails server in development mode.
i want use dll made in c#(visual studio 2008) in c++ project(visual studio 2003).
How to access to file in another domain by ajax (I don't want use
I want buy host apache windows but i dont see how to buy. I
I want prevent user to select dropdown list items using javascript methods. Is there
I want delete files in a folder, which are more than six months old
I experimenting with writing Vista/W7 gadgets. In my experiment I want to write the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.