Answer:
Recently Crystaltech ( http://www.crystaltech.com) started to require the email address and password to be used with a CFMAIL call.
SiteDirector doesn't require this, so you will have to make a modification to your files if you are on Crystaltech.
Solution:
Open up the files below and change all <cfmail.... tags by adding the following two parameters.
username="--your username --" password="-- your password --" within the <cfmail... tag.
Files affected:
/cart/processors/paypal/ipn.cfm
/components/mailController.cfc
/console/builder_customers.cfm
/console/builder_mailroom.cfm
/site/wishlist.cfm
Those 5 different files utilize CFMAIL.
|