Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Missing send emails option


Guest

Recommended Posts

Posted

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!

Posted

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

Posted
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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...