WebsiteBaker Support (2.8.x) > Bakery Shop

Not sending E-mail after Successful order

<< < (2/4) > >>

ChochkoBG:
bump

instantflorian:
hi,

Bakery has its own mailing routine, it never uses SMTP afaik.
So it's merely a PHP /server configuration issue to get PHP mail working.
Maybe you have to put a php.ini file into the root and Bakery module folder with special sendmail settings.

hth
-Florian.


ChochkoBG:
This method not working. Even after complete settings in the php.ini file.

Another solutions ?

Thanks!!!

ChochkoBG:
Hello guys,

I used to check all of the PHP Mail Configurations. I read a lot of Guides in Google, but without success.
When i check the option in the WebBaker Settings to use PHP Mail Method, I'm NOT able to use the Contact form (Mini-Form Module).

But when I use the SMTP Settings Configurations, I'm able to use the Contact form (Mini-Form).

The Bakery Shop Module is not sending with the both methods.

I think this is a problem with the .php code in the file (view_summary.php) in the Bakery Shop Module.

Is there any solutions to rewrite (modify) the send method in this file, while using the Mini-Form Module (part of the script - function mail) ?

I need to fix this, because i need to receive E-mails when the Customers finish the Orders.

Thank you very much again!!!

Ruud:
Bakery does not use the SMTP method when set in WB.
It can only use the standard PHP mail function.

A good configured host does not have that much problems with php using the mail() function.
Ask your host to make it work.

If you are configuring the host yourself just google how to set SMTP in your php.ini. The correct way depends on the platform used (window/*nix)
Here is a nice simple tutorial for Windows/WAMP installations.
The simple php script in the end should work. When it does, Bakery will work fine too.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version