Post by OSWorX » Sat Feb 27, 2010 6:25 pm

If your trying to send emails with SMTP, it will not work due a bug (fixed with 1.4.1).
To fix this:
edit

Code: Select all

../system/library/mail.php
and look for

Code: Select all

fputs( $handle, 'MAIL FROM: <' . $this->from . '>XVERP' . $eol );
replace with:

Code: Select all

fwrite( $handle, 'MAIL FROM: <' . $this->from . '>' . $eol )

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Administrator

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by jontorbs » Sat Mar 13, 2010 3:32 am

Do we need to reduce the email address for the website to just the username or use the whole email address (given that it is using an email address with the same domain as the website eg http://www.mywebsite.com and theshop@mywebsite.com)

Apologies for the apparently idiotic question but I can't seem to get any emails from my blummin website contact us page using 1.4!

SORTED! No need to reply thanks. Much appreciated as usual for the excellent resources on here!

New member

Posts

Joined
Mon Feb 15, 2010 10:51 pm
Who is online

Users browsing this forum: No registered users and 109 guests