This is a discussion on Email Help within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hi...am also new to Oscommerce and have sorted everything except emails. Have set emails to use smtp settings and have ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi...am also new to Oscommerce and have sorted everything except emails. Have set emails to use smtp settings and have loaded the email settings which are: if (EMAIL_TRANSPORT == 'smtp') { include_once("Mail.php"); $user_contact = 'my email'; $headers["From"] = $from; $headers["To"] = $to_addr; $headers["Subject"] = $subject; $headers["Bcc"] = "my email"; $params["host"] = "mail.mydomain.com"; $params["port"] = "2525"; $params["auth"] = false; $params["username"] = "my email"; $params["password"] = "****"; The problem is that I get a message saying that the email has been sent for everything but I never get any emails...??? am very confused ! Would appreciate any help. Thanx Dave |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Order confirmation email text - Bestellbestätigung EMail Text | michael_s | New osCommerce Contributions | 0 | 12-07-2009 01:00 PM |
| Order confirmation email text - Bestellbestätigung EMail Text | michael_s | New osCommerce Contributions | 0 | 11-27-2009 10:00 AM |
| Order confirmation email text - Bestellbestätigung EMail Text | michael_s | New osCommerce Contributions | 0 | 11-25-2009 08:00 AM |
| Bestellbestätigung EMail Text - Order confirmation email text | michael_s | New osCommerce Contributions | 0 | 11-25-2009 08:00 AM |
| Bestellbestätigung EMail Text - Order confirmation email text | michael_s | New osCommerce Contributions | 0 | 11-25-2009 12:50 AM |