Guest Posted April 9, 2009 Posted April 9, 2009 I've notice I'm missing an option in the admin<Email options< SEND E MAILS does not appear. I don't see the line there. Only -email transport method, -email linefeeds, -use mime html when sending emails, --verify email addresses through DNS. The last line -send emails- is missing. I believe this is why I am not receiving any emails. Can someone tell me how to see this line, which file to modifie, is it a problem coming from the database? I don't have any other to use to fix this problem......Please help me!!! thanks!
Guest Posted April 9, 2009 Posted April 9, 2009 Good luck i'm still waiting for some help with my email problem. Not sure if this will help but we could only send emails to people who have an account
BryceJr Posted April 12, 2009 Posted April 12, 2009 Anyone? Although it is highly unlikely you missed one insert line during the install, it's not impossible. Try running this query. INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Send E-Mails', 'SEND_EMAILS', 'true', 'Send out e-mails', '12', '5', 'tep_cfg_select_option(array(\'true\', \'false\'), ', now()); Running SQL queries
Guest Posted April 13, 2009 Posted April 13, 2009 Wow..... it works....... thank you very very much BryceJr Although it is highly unlikely you missed one insert line during the install, it's not impossible. Try running this query. INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Send E-Mails', 'SEND_EMAILS', 'true', 'Send out e-mails', '12', '5', 'tep_cfg_select_option(array(\'true\', \'false\'), ', now()); Running SQL queries
Recommended Posts
Archived
This topic is now archived and is closed to further replies.