Installation
Content
Settings
API's
Updates
Settings
Mail Settings
-
Enable Contact Form
Enable/Disable contact us page.
-
Reciption E-Mail
This is your email address, where you want the incoming email to go to.
-
Send Mail Method
The script has many options for sending emails :
- PHP Mail Function : which is included in all servers and it is a native PHP function.
it works properly with some servers but doesn’t with others.
it is not reliable method for serious businesses. - SMTP : better than PHP Mail Function.
it works properly with some servers but doesn’t with others.
it depends on your server mail quality and it may send to junk/spam folder - SendGrid API : professional service (Recommended).
if you are running a serious business and want to make sure that email are sent to inbox directly sendgrid is the best solution
the service is paid but there is a free package that allow you to send 100 free email everyday.
- PHP Mail Function : which is included in all servers and it is a native PHP function.
-
Recieve email when a customer place new order
If ON the system will send email to Admin when customer place new order.
-
Send email to customer when the order is started
If ON the system will send email to Customer when order is started.
-
Send email to customer when the order is completed
If ON the system will send email to Customer when order is completed.
-
Send email to customer when the order is cancelled
If ON the system will send email to Customer when order is cancelled.