Guest Posted May 3, 2006 Posted May 3, 2006 I'll create a test account and i'll get the successful account creation email however the message is blank. The subject line is there,"Welcome to Fresh pads by FASTPADS.COM" but the message body is blank. I figured it to be an email issue so I attempted to send the "store owner" an email and same thing. I'll get the email but the message body is blank. Other than that, the title, the subject is there. Any ideas? I've verified my email settings in the admin. Any help please would be really appreciated. www.fastpads.com
Guest Posted May 13, 2006 Posted May 13, 2006 If I install a contribution for email will it correct this problem?
Guest Posted May 17, 2006 Posted May 17, 2006 I fixed the shopping cart! Wow. cool. It was simply the code in the config php file. I changed the enable_ssl to FALSE. Freaking awesome, now i just have to fix the email problem. Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://fastpads.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://ws17.ipowerweb.com/fastpads'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.