prinshaw Posted October 28, 2013 Posted October 28, 2013 Hello, I have followed the steps mentioned on the site below:- inmotionhosting.com/support/edu/oscommerce/testing-ecommerce-functionality/setting-up-smtp-with-oscommerce For my website shoppiiers.com i have followed the steps mentioned on the link above but the the problem is that when the mail is received by the customer he can view the Order Process viz. Order No, Address etc. but cant get the "Thanks" Subject and the message written by the Admin. Please give the solution. Thanks In Advance..!
Guest Posted October 28, 2013 Posted October 28, 2013 Hello Prince, Look for the below parameters on the code. $pMail->Subject = $subject; $return $pMail->Send();
prinshaw Posted October 29, 2013 Author Posted October 29, 2013 Hey guysavoy, I have seen : $pMail->Subject = $subject; $return $pMail->Send(); Mine is not "$return $pMail->Send();" its only "return $pMail->Send();" and it works with my frontend but it doesnt works with Admin Panel.
kornel76 Posted July 28, 2014 Posted July 28, 2014 There is a mistake in the paaste in code on line 2.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.