Blogs about: Java Mail

Featured Blog

JavaMail API: Sending Mail with attachment via Gmail SMTP on SSL

jrp wrote 4 months ago: Hello Devs, In this article, I am going to write “how to send email with or w/o attachment via … more →

Tags: Java, dailybuzz, java 2, Gmail, SMTP

Emails in Groovy, Part 1: SMTP

mtaylorprogramming wrote 4 months ago: As a continuation of what I discussed in my last post about SMTP in Python, I’m going to be ta … more →

Tags: Tutorial, Java, Groovy, SMTP, eMail, smtps, Groovy Mail, Groovy Email

Sending Mail using Java Mail API

Pugaz wrote 10 months ago: import java.util.Properties; import javax.mail.Message; import javax.mail.MessagingException; import … more →

Tags: Core Java

Sending mail programmatically using JAVA mail API

nishitshah85 wrote 11 months ago: Hi All, Here is the way, using following class  and its APIs one can send mail programmatically to e … more →

Tags: Selenium Integrations, selenium, programmatic mail, Java Mail API

Java Mail - Gmail SMTP server

mlusincuba wrote 1 year ago: This code works as long as you have internet connection and gmail account. Use you gmail address and … more →

Sending Mail using Java Mail API

Pugaz wrote 1 year ago: import java.util.Properties; import javax.mail.Message; import javax.mail.MessagingException; import … more →

Sending emails via command line

radudobrinescu wrote 1 year ago: If you are trying to set up email notification in Weblogic and your emails are not getting through t … more →

Tags: WebLogic

Setting up Watches and Notifications in Weblogic Server

radudobrinescu wrote 1 year ago: As any IT system administrator knows, it’s crucial to get informed in time of events and certain met … more →

Tags: WebLogic, weblogic, administration

How to manage Apache Tomcat Scopes with kikonf

Neil Rekoswkajab wrote 1 year ago: This tutorial focuses on the Kikonf plugins for Tomcat. Kikonf provides a set of configuration plugi … more →

Tags: Apache Tomcat, Tomcat, Apache Tomcat, Configuration, kikonf, Mail, Scopes

How to manage Apache Tomcat Java ® Mail Resource with kikonf

Neil Rekoswkajab wrote 1 year ago: This tutorial shows how to use the Kikonf Actions: tom.mailrsc to configure Tomcat Java Mail Resourc … more →

Tags: Apache Tomcat, Tomcat, Apache Tomcat, Configuration, kikonf, Mail, tom.mailrsc

Send Mail using Java Mail API

tinyjava wrote 1 year ago: import java.io.*; import javax.mail.*; import javax.mail.internet.*; import javax.activation.*; impo … more →

Tags: Mail, send mail, mail api, Mail Sample Code

Java Send Mail with Gmail

MHJ wrote 1 year ago: /** * */ package org.dagchrono.utilities; import java.util.Properties; import javax.mail.Authenticat … more →

Tags: Java Tips, Java SMTP Google

Command Line Mass Mailing Tool2 comments

Mantavya Gajjar wrote 1 year ago: There are lots of tool for mass-mailing, but this tool is the tool for which i am talking about is b … more →

Tags: opensource, Download, ubuntu, Tools, Windows, User (computing), Simple Mail Transfer Protocol, JavaMail, Email Address

Must issue a STARTTLS command first" while sending email

Creators wrote 2 years ago: When encountered this type of error when sending email with java mail feature, just set the below me … more →

Tags: Java, Must issue a STARTTLS command first, props, smtp mail

Attaching excel or pdf files to a mail using spring framework 3 comments

Gaurav Mutreja wrote 2 years ago: Few days back I got a requirement which said that I need to generate and display and excel file to t … more →

Tags: spring

Sample Code - For E-Mailing Through Java -- Send Mail single part , multipart , attachment , html (Part 1)

ashishladdha wrote 3 years ago: This Post will show you how to send  emails through java program using JAVA Mail API. Download mail. … more →

Tags: send mail

Java Mail1 comment

Mallik wrote 3 years ago: SEND MAIL EXAMPLE import java.util.Properties; import javax.mail.Message; import javax.mail.Session; … more →

Tags: Java Mail Examples, Java Mail send receive, Examples of mail sending using java

tugas numpuk...2 comments

Eko Kurniawan Khannedy wrote 4 years ago: wew, lagi asik2nya nich…. banyak tugas, tugas proposal, laporan, sampe persentasi… sampe … more →

Tags: Other, Apache, apache james, Apache MyFaces, aplikasi pemesanan makanan, hibernate, James, Java, Java Web

tugas numpuk...2 comments

Eko Kurniawan Khannedy wrote 4 years ago: wew, lagi asik2nya nich…. banyak tugas, tugas proposal, laporan, sampe persentasi… sampe … more →

Tags: Other, Apache, apache james, Apache MyFaces, aplikasi pemesanan makanan, hibernate, James, Java, Java Web


Related Tags
All →

Follow this tag via RSS