betweenGo

Configuring ATG to Send Email via Comcast SMTP

by Frank Kim on Jan.25, 2010, under Configuration

Comcast still sucks on Flickr
(Photo: Comcast still sucks by dmuth)

When you are developing at home you will probably need to configure your ATG application to send email via your ISP’s SMTP server.  Here is how I configured ATG to send email via Comcast’s SMTP server.

First you need to update ATG’s configuration to point to the Comcast SMTP server by modifying {ATG}/home/localconfig/atg/dynamo/Configuration.properties.

emailHandlerHost=smtp.comcast.net
emailHandlerPort=587

Typically you don’t need to set the emailHandlerPort, it is by default set to port 25.  But Comcast has recently been switching over to use port 587 because email viruses use port 25 on infected computers.

Next you need to update ATG’s SMTP Email service configuration by modifying {ATG}/home/localconfig/atg/dynamo/service/SMTPEmail.properties.

defaultFrom=betweengo@comcast.net
username=betweengo
password=betweengo

These values used to be optional but now are required because Comcast requires authentication as part of its increased security.


  • Share/Bookmark

Related posts:

  1. Updating ATG after installing new Java SDK
  2. Gmail, SPF, and Broken Email Forwarding?
  3. Cannot Create New ATG Scenario
  4. ClientLockManager useLockServer property is false warning
  5. locallib classes not loading

:,

Leave a Reply

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!