<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web development helpdesk &#187; mail</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/mail/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>MessagingException: 501 Syntax: HELO hostname</title>
		<link>http://helpdesk.objects.com.au/java/messagingexception-501-syntax-helo-hostname?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=messagingexception-501-syntax-helo-hostname</link>
		<comments>http://helpdesk.objects.com.au/java/messagingexception-501-syntax-helo-hostname#comments</comments>
		<pubDate>Sat, 18 Dec 2010 02:24:04 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[EHLO]]></category>
		<category><![CDATA[HELO]]></category>
		<category><![CDATA[javamail]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1731</guid>
		<description><![CDATA[If you get the following error and not sure how to fix it then read on. Caused by: javax.mail.MessagingException: 501 Syntax: HELO hostname at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1363) at com.sun.mail.smtp.SMTPTransport.helo(SMTPTransport.java:838) at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:375) at javax.mail.Service.connect(Service.java:248) This is typically caused by the system property &#8220;mail.smtp.localhost&#8221; not being set by your Java VM. This should be already set for you automatically [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/messagingexception-501-syntax-helo-hostname/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to launch default mail application with Java 6</title>
		<link>http://helpdesk.objects.com.au/java/how-to-launch-default-mail-application-with-java-6?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-launch-default-mail-application-with-java-6</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-launch-default-mail-application-with-java-6#comments</comments>
		<pubDate>Sat, 03 Oct 2009 09:23:03 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[compose]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mailto]]></category>
		<category><![CDATA[native]]></category>
		<category><![CDATA[URI]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1259</guid>
		<description><![CDATA[The Desktop class was added in Java 6 to handle launching associated applications on the native desktop. Following shows how to launch the default mail application and open a mail composing window. Desktop desktop = Desktop.getDesktop(); desktop.mail(); Or you can use a mailto: URI to also fill out the address field. Desktop desktop = Desktop.getDesktop(); [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-launch-default-mail-application-with-java-6/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to include sender name using JavaMail</title>
		<link>http://helpdesk.objects.com.au/java/how-to-include-sender-name-using-javamail?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-include-sender-name-using-javamail</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-include-sender-name-using-javamail#comments</comments>
		<pubDate>Wed, 26 Aug 2009 09:24:31 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[javamail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[sender]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1152</guid>
		<description><![CDATA[When specifying an email address using JavaMail you can not only specify actual email address of the person, but also their name if required. The InternetAddress class is used to represent an email address which includes support for specifying both the email address and the personal name. There are two ways this can be done, [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-include-sender-name-using-javamail/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to configure log4j to send email</title>
		<link>http://helpdesk.objects.com.au/java/how-to-configure-log4j-to-send-email?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-configure-log4j-to-send-email</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-configure-log4j-to-send-email#comments</comments>
		<pubDate>Wed, 22 Jul 2009 19:12:36 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[application server]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1180</guid>
		<description><![CDATA[Log4j comes with an appender that will send an email when a logging event occurs. The appender class is org.apache.log4j.net.SMTPAppender and the following gives an example of its configuration &#60;appender name=&#34;LogEmail&#34; class=&#34;org.apache.log4j.net.SMTPAppender&#34;&#62; &#60;param name=&#34;BufferSize&#34; value=&#34;512&#34; /&#62; &#60;param name=&#34;SMTPHost&#34; value=&#34;mail.server.com&#34; /&#62; &#60;param name=&#34;From&#34; value=&#34;myapp@server.com&#34; /&#62; &#60;param name=&#34;To&#34; value=&#34;support@server.com&#34; /&#62; &#60;param name=&#34;Subject&#34; value=&#34;Log from myapp&#34; /&#62; &#60;layout [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-configure-log4j-to-send-email/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting iphone to plesk imap mail server</title>
		<link>http://helpdesk.objects.com.au/iphone/connecting-iphone-to-plesk-imap-mail-server?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=connecting-iphone-to-plesk-imap-mail-server</link>
		<comments>http://helpdesk.objects.com.au/iphone/connecting-iphone-to-plesk-imap-mail-server#comments</comments>
		<pubDate>Wed, 11 Feb 2009 13:22:04 +0000</pubDate>
		<dc:creator>Obiweb</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[imapd]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[MAXPERIP]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=786</guid>
		<description><![CDATA[If you&#8217;re having trouble getting your iphone to connect to your plesk mail server then it may be due to limited imap connections being available. By default a plesk server only allows a maximum of 4 IMAP connections from the one IP. If you have a few computers behind a router then these can quickly [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/iphone/connecting-iphone-to-plesk-imap-mail-server/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do I send an email using Java?</title>
		<link>http://helpdesk.objects.com.au/java/how-do-i-send-an-email-using-java?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-i-send-an-email-using-java</link>
		<comments>http://helpdesk.objects.com.au/java/how-do-i-send-an-email-using-java#comments</comments>
		<pubDate>Wed, 01 Oct 2008 13:38:13 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[javamail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=397</guid>
		<description><![CDATA[Use JavaMail API // Create session Properties sessionProperties = System.getProperties(); sessionProperties.put(&#34;mail.smtp.host&#34;, smtpServer); Session session = Session.getDefaultInstance(sessionProperties, null); // Create message Message message = new MimeMessage(session); message.setFrom(new InternetAddress(from)); message.setRecipients(Message.RecipientType.TO, InternetAddress.parse(to, false)); message.setSubject(subject); message.setText(body); // Send the message Transport.send(message); Related posts: How to send HTML mail using JavaMail Multipart emails can be used to send html content [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-do-i-send-an-email-using-java/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

