Subject: Troubeshooting
Author: WebSpider
In response to: How do I know my DNS settings are OK?
Posted on: 08/23/2012 06:10:00 PM
1) JavaMail did not support STARTTLS
javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS command first. to6sm6813268pbc.12
at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1020)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:716)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:388)
You just need to download
mail.jar for the newer version of JavaMail. The given examples work with JavaMail-1.4.5.
>
> On 08/22/2012 01:53:59 AM
WebSpider wrote:
nslookup is a network administration command-line tool available for many computer operating systems for querying the Domain Name System (DNS) to obtain domain name or IP address mapping or for any other specific DNS record.
On Windows, you can type the following:
C:\> nslookup -q=mx myFakeCompany.com
It will show the MX records which have been taken effect.
References: