Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Regarding SMTP setting


prinshaw

Recommended Posts

Posted

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..!

Posted

Hello Prince,

 

Look for the below parameters on the code.

 

$pMail->Subject = $subject;

$return $pMail->Send();

 

Posted

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.

  • 8 months later...

Archived

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

×
×
  • Create New...