I am attempting to make a mailing system using a local mailserver (Apache James Mailserver), also using the JavaMail and JFA APIs Can i do that ? any body has an idea about the ideal way to accomplish such a goal?
using James MailServer to Create a MailingSystem deplayed on Glassfish
179 Views Asked by primeFaceUser At
2
There are 2 best solutions below
0
ieugen
On
You probably can. Apache James comes packaged as a WAR, but you will have to build it. Just get the sources from [1] with SVN or git [2]. Build them with Maven and check under app/target directory. You will see a WAR file along with the normal standalone, zip packaged distribution.
Related Questions in APACHE
- Special access rule in an .htaccess file for IP addresses, authorized only for one directory structure
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Cannot load modules/mod_dav_svn.so into server
- How to ignore case in regexp mapping in a .htaccess rewrite rule?
- Oracle Http server ISNT-07551
- I cant access file directory with PHP local host on XAMPP. it just shows one of the files I have in my visual studio code
- Apache Reverse Proxy: only one proxy directive is working. Second one is ignored
- Issue with Django --> Apache WSGI deployment
- changing the node version used by apache web server
- Apache: How can I redirect to a subfolder with a URL param but serve required content via the main URL?
- Why/How does Apache auto-include "DHE" TLS1.2 ciphers while nginx needs "dhparams" file?
- Set up MX records in apache/Ubuntu to point to external mail server
- How to proxy to another port?
- Php can not upload file out of /var/www/html even after disabling Selinux
- Serve static site on S3 + CloudFlare with Apache retaining the source URL
Related Questions in JAKARTA-MAIL
- Why my mail service api spring isnt working?
- javamail connecting to gmail, expunging messages in Sent Mail does not fully delete the message
- AuthenticationFailedException while sending mail using google service account
- JavaFX: NoClassDefFoundError: jakarta/mail/internet/AddressException when creating Jar
- Create a InternetAddress and set it to RecipientType BCC
- Unable to send email using Java API
- javax.mail.MessagingException occurs when trying to read a UTF-7 email in a Microsoft 365 mailbox using OAuth 2 and Jakarta Mail
- Send email from IONOS Domain with java
- java.lang.IncompatibleClassChangeError: com.sun.mail.util.LineInputStream does not implement the requested interface jakarta.mail.util.LineInputStream
- How to Handle Missing com.sun.mail.iap.ParsingException Equivalent in Jakarta Mail API?
- Java Jakarta Mail not accepting emoji on subject
- Sending preencoded image data inline
- MimeMessage emlMessage = new MimeMessage(session, emlInputStream); throwing InvocationTargetException
- Any good way to use javax.mail (jakarta.mail) with MS Graph API?
- springboot javaMailSender SMTP connection error: Couldn't connect to host, port: localhost, 25; timeout -1;
Related Questions in MAIL-SERVER
- Protect appsettings.json in net core
- What's the point of SPF if an attacker spoofs the "From" address?
- Why am I getting authentication error when trying to run PowerShell script from task scheduler?
- SPF + DMARC pass anf DKIM fails
- Exim4 configuration check exist alias or in mysql table
- How to configure IIS SMTP for sending Mails to Microsoft Emails Without Microsoft SMTP Credentials?
- Error: failed to prepare subPath for volumeMount "data" of container
- Getting "Authentication failed" when trying to connect Gmail with docker mailserver
- I have created my own smtp server for sending email, But email is going in spam. KIndly guide me
- Mailcow MTASTS: no policy, Tane: no TLSA(s)
- Error 404 not found when connecting to Apache James WebAdmin
- Postfix domain renaming with several domains
- Apache James: mail server How To
- How can I make a mail server with node js
- Ask about TSMADUMP Batch utility for SSL configuration
Related Questions in JAMES
- I don't know why this error appears. "Caused by: java.lang.ClassNotFoundException: org.mariadb.jdbc.Driver"
- org.apache.james.modules.protocols.DefaultImapPackage class source code
- Apache James server UTF-8 support
- Apache Mailet 3.8.0 - Get ONLY Envelope Receipients
- Modify embedded Apache James Classloader to allow for custom hooks in same project
- Resolving Security Vulnerability in axiom-api 1.4 Due to Internal Dependency on apache-mime4j-core 0.8.6
- how can i paging search james email on Java
- Error: "AndroidFixManifests" parameter is not supported, when run in Release mode
- Apache James TestContainers connection refused
- Cant connect to Apache James mailserver in Docker container with Tunderbird
- Java: Apache James In-Memory Mail Server Fails to Start?
- MailKit can't search James' old emails?
- Apache James 3.7.2 Spring - SLF4J: No SLF4J providers were found
- Error starting Apach James after installation
- How to config and run Apache James Server 3.7.0 on Windows
Related Questions in GLASSFISH-4
- Question with Glassfish 4 - SSL Certificate
- How to fix running Glassfish (in Windows)?
- Force Glassfish4 to use Guava from ear
- Specified location is not a valid domain. -docker
- Glassfish 4, Eclipse IDE 2019-03 - CustomRealm: AppservPasswordLoginModule cannot be resolved to a type
- The server exited prematurely with exit code 1 GlassFish 4
- How to fix java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
- Why does the glassfish server only load a bean after it has been restarted?
- Glassfish4 : Waffle SSO Servlet Filter gives Basic auth login popup
- java.lang.AbstractMethodError: org.jboss.resteasy.cdi.CdiPropertyInjector.inject(Ljava/lang/Object;)V
- jax-rs & mvc: return view as string issue
- deployment error occurred while uploading app file (ords.war) on glassfish3 server
- javax.ejb.EJBException: Transaction aborted while inserting record to Derby db table using Entity Manager
- Packaging an Angular project as a webapp with Maven
- Glassfish4: Exceptions because of Java9 module-info.class in WEB-INF/lib/jackson-*.jar inside war file?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes, you can do that. Yes, it's a lot of work. If you want to do most of the work yourself, you can find some simple example programs on the JavaMail project page. You'll find some more complete programs on the JavaMail third party products page.