![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||||||||||
|
|||||||||||
|
Maybe Im completely missing something here but whats going on with Vortech and customer communication.
I run several OSCommerce sites on my Account and suddenly i stop getting emails from the sites - no communication from Vortech as to why. I send a trouble ticket - as there live support seems to be non existent now as this is the response i get. Quote:
I am not an oscommerce programmer put now have to find out the problem with the code that oscommerce generates - AFTER the fact! Vortech a simple email to your customers telling them about this would have been nice! If im missing something here and the email was sent out I apologise but I have an awfult feeling it wasnt. If anyone knows what i should do regards the OSCommerce code it would be appreciated. Last edited by AWD : 01-27-2005 at 09:33 AM. Reason: Update Title |
|
#2
|
|||||||||||
|
|||||||||||
|
I have an OSCommerce site too & just did some testing. We're a wholesale site & do most of our business off-line, so I hadn't noticed there was an issue. Turns out I'm having the same problem. No emails are being sent for customer sign-ups or orders placed. Thanks for pointing it out, AWD.
It should pickup the email address entered in the Admin control panel. Off to investigate the php mail functions. If you find out what it is, I'd definitely be interested to know. Btw, I've been with Vortech for a while & their support has always been outstanding. |
|
#3
|
||||||||||||
|
||||||||||||
|
Oscommerce
Hi all,
I was the first to find this problem and even opened a thread here. The Team @ Vortech worked hard and came out with the solution. (ofcourse i made them work on the code with continuous emails )Now all is fine working with the OSC Shops. Visit : http://forum.vortechhosting.com/showthread.php?t=9187 Last edited by sivvaa : 01-27-2005 at 09:38 AM. Reason: link add |
|
#4
|
|||||||||||
|
|||||||||||
|
Hi What was the solution to the issue for others that will be having the issue?
I looked through your posts and couldnt find the thread you started. Cheers AWD |
|
#5
|
||||||||||||
|
||||||||||||
|
sorry, that thread was NOT started by me.
but here it is : Visit : http://forum.vortechhosting.com/showthread.php?t=9187 |
|
#6
|
|||||||||||
|
|||||||||||
|
Oops You edited before i got that out!!
Can you make post here cause im still waiting for authorisation on this user name (My old username email address is now defunct and i cant login to it!!) |
|
#7
|
||||||||||||
|
||||||||||||
|
In the emails.php
This: mail($to, $subject, $this->output, 'From: '.$from.$this->lf.implode($this->lf, $this->headers).$this->lf.implode($this->lf, $xtra_headers)); Should become this: mail($to, $subject, $this->output, 'From: '.$from.$this->lf.implode($this->lf, $this->headers).$this->lf.implode($this->lf, $xtra_headers), "-fwebmaster@domain.com"); Where webmaster@domain.com is the address the mail is being sent from. |
|
#8
|
||||
|
||||
|
AWD, we did not know OSC and other "BIG" programs had coded there stuff wrong until after we made the change. We will write up something today and get it sent out, we have been super busy with other issues as well. We had our meeting yesterday and we talked about the OSC issue and such and how to fix it for new installs from H-Sphere, but I thought we sent some emails out about the php issue and to test your programs to be sure they did not work, kind of like sivvaa did. Since he tested his and was one of the first to see the issue he let us know and we were able to help them get it working again.
Sorry about that. We had no idea the programs would not send mail like the should because of coding issues.
__________________
Brad Pugh http://www.vortechhosting.com ------ Local System/Network Monitor http://nagios.hsphere.cc/ Login:guest Pass:guest XML FEED http://nagios.hsphere.cc/feed.xml ------ My Other Life:
|
|
#9
|
|||||||||||
|
|||||||||||
|
It has to do with the war on spam, that part about sending from httpd@unix00.hsphere.cc You have to hard code it.
In the Files email.php (catalog/includes/classes) and (admin/includes/classes/) The Code: mail($to, $subject, $this->output, 'From: '.$from.$this->lf.implode($this->lf, $this->headers).$this->lf.implode($this->lf, $xtra_headers)); Needs to be: mail($to, $subject, $this->output, 'From: '.$from.$this->lf.implode($this->lf, $this->headers).$this->lf.implode($this->lf, $xtra_headers), "-fuser@domain.com"); Where "user@domain.com" is the address the mail is being sent from and you do need to keep the "-f" part. I could not get "find" to work on this string and found it near line 510 -Disclaimer I am not a web professional but this did work for me. Make a backup copy before you start messing with it. Nick T |
|
#10
|
|||||||||||
|
|||||||||||
|
Thanks everyone!!! That fixed it for me.
|
|
#11
|
||||||||||||
|
||||||||||||
|
Works great but don't forget the dope errors
Quote:
My dopey error on first try: lf, $xtra_headers)); I did delete the second bracket but forgot to change the semi-colon to a comma. Should read: lf, $xtra_headers), Thanks for the fix and finding the problem.
__________________
Customers are all that matters, except when working on my own site! MyGolfOuting.com - "Where Great Events Begin" |
|
#12
|
||||||||||||
|
||||||||||||
|
Are you saying that OS Commerce does not send emails anymore? and that each customer must do that change?
Please confirm this before i tell them :-( |
|
#13
|
||||
|
||||
|
anyone know if this has affected candypress?
|
|
#14
|
|||||||||||
|
|||||||||||
|
I tried the solution suggested am i missing something it still doesnt seem to work?
PHP Code:
This is my code at the moment. Any suggestions? |
|
#15
|
||||||||||||
|
||||||||||||
|
From what I have seen this "-customerservice@cleantech.co.uk"
needs to be "-fcustomerservice@cleantech.co.uk" |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| whats up with these hsphere email templates? | kattouf | Chit Chat Public | 2 | 12-05-2004 03:12 PM |
| Email Issues | shahed | Chit Chat Public | 2 | 03-29-2004 09:37 AM |
| Email Issues | shahed | Chit Chat Public | 4 | 09-26-2003 07:50 PM |