Has anyone used easy-smtp.com for bulk mails?

simsfmly

New Member
Here's what they sent for connections:

Connection basics:

Where to connect: ssrs.reachmail.net
Authentication method: PLAIN
Username format: AccountId\Username

SMTPS is available on port 465, STARTTLS enabled SMTP is available on port 25

Testing your connection / login:

For STARTTLS enabled SMTP try:
openssl s_client -connect ssrs.reachmail.net:25 -crlf -no_ssl2 -starttls smtp

For SMTPS try:
openssl s_client -connect ssrs.reachmail.net:465 -crlf -no_ssl2

Can't get MBM to connect without getting a 503 code. Anyone else have luck?
 
Top