Mail not working in opencart - opencart2.x

I am using opencart 2.x . All the functions are working fine, but mails are not forwarding to admin and customer.
Mail is not forwarding to admin and customer either in order punch or in account registration in Opencart 2.x . Is there any Solution?

Related

Magento 2 Customer Fields

I am just in need of a quick glance confirmation that all the columns in the linked photo are out of the box for Magento 2 and not a custom customer field for the site. I don't currently have access to the host server and so cannot check directly, nor is the site using the enterprise edition so I don't have access from the admin panel.
Customer Columns

"Gmailify is not available for this provider." for custom domain

I've bought a domain on gandi.net and get a mail account with custom domain name. I tried to link my mail account with Gmailify and got the following message:
Gmailify is not available for this provider.
I am pretty sure that the IMAP setting is on. I successfully linked the account with gmail android app IMAP option. However, I couldn't link with PC Gmailify option. I think the problem is that the android app allow me to set the mail provider to mail.gandi.net but gmailify auto detect the mail provider with my domain name.
I definitely don't want to use POP3. Is there any other option using IMAP in gmail?
I am not Google Support but Gmailify does not work as an IMAP connection. It only works with a few email providers but not with custom domains. To fetch messages from your custom domain, you will need to use POP, but be aware that all your email will disappear from your custom server. That is the way POP works.

Can we change the domcfg.nsf sigIn button to call Lotus agent first for custom validation

I am trying to create a two way authentication in Lotus Notes Webamil. I have configured the domcfg.nsf login. I wanted that when user click sigin button my custom validation are called first through agent and than it is redirected to redirection page.
this url was used by us to configure Lotus web Mail on our server.
https://aacable.wordpress.com/2012/10/10/howto-enable-webmail-inotes-in-ibm-lotus-domain-8-5/
Is it possible to customise the sign in process.
Please help. Please
I have my doubts about the possibility of triggering a custom agent to handle web signon for Domino. I'm not necessarily saying it's impossible, but the normal path for customizing web authentication for Domino servers is by using the DSAPI feature of the Lotus Notes C API Toolkit. See chapter 9-11 of the API User Guide for more details.

Modx revolution godaddy email settings

I'm new to modx and I've read numerous articles regarding godaddy free email and modx smtp settings. Could someone please provide me with the proper smtp settings to get godaddy email working? I'd like to say I'm using formit.
What I've tried
username - full godaddy email address
password
security authentication - yes
smtp host - relay-hosting.secureserver.net
smtp port - 465
use smtp - yes
I've also tried it with no authentication with port 25
I'd also like to say this site is hosted with one of godaddy's inexpensive hosting packages which comes with the free email account.
When the form is submitted, the page gets redirected to the home page, I see the email data embedded as a url parameter. However it isn't cleared, I'm not sure if there is an issue with the plugin not submitting the form correctly, or I just need to add a proper redirect. Any help would be appreciated.
Resolved, appeared to be a missing ` in the formit settings.

Liferay's default guest page and it's purpose in a Website

I'm currently building a website for a company, that will for the moment contain 3-5 static pages (i.e, just content). User registration may be added in time to come.
Now, I've been reading through the Liferay docs, forums and wiki, and I'm still pretty unclear on the approach to take in designing this website:
If I were to model my company Website as an organization in Liferay where I would have the public pages of the Website, what would be the purpose of the default guest page? (/web/gues/home)? Do I remove this and redirect the guest to my organization? If so, how do I do this?
Who is the creator of an organization in the real world? Is this site administrator? or the person responsible for adding content?
Who is the creator of an organization in Liferay? Is this the administrator to Liferay (i.e the default Test user)?
The best way to do is is to put your pages in the Public Pages of your organization and setup a virtual host (see Manage Pages -> Virtual Hosts in the Control Panel) for those pages. This way, www.my-homepage.com will redirect to the public pages of your organization. You should of course be owner of the domain and link the domain to the IP address of the server the website runs on.
In Liferay, by default only users with the role of Administrator can add organizations. For managing content you should setup other roles. Create f.e. a Content Editor role and add permissions for the Web Content portlet (Create Content, Approve, Edit, Delete, View in Control Panel). This also answered your third question.
Add this lines of code in your portal-ext.properties
mail.session.mail.pop3.host=pop.gmail.com
mail.session.mail.pop3.password=PASSWORD
mail.session.mail.pop3.port=110
mail.session.mail.pop3.user=USER
mail.session.mail.imap.host=imap.gmail.com
mail.session.mail.imap.port=993
mail.session.mail.store.protocol=imap
mail.session.mail.transport.protocol=smtp
mail.session.mail.smtp.host=smtp.gmail.com
mail.session.mail.smtp.password=PASSWD
mail.session.mail.smtp.user=USERID#gmail.com
mail.session.mail.smtp.port=465
mail.session.mail.smtp.auth=true
mail.session.mail.smtp.starttls.enable=true
mail.session.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
Please user your password in place of PASSWD and your gmail user id in place of USERID.
By three different ways we can configure mail server in Liferay. I am using Liferay 6.2 and initially I got an error that could not connect to smtp host localhost port 25 in liferay by using different code. So I used above code and my mail server is configured properly and my application is able to send mail to the user in forgot password case.
And please see this link. This link help me to solve the issue.
https://www.permeance.com.au/web/tim.telcik/home/-/blogs/how-do-i-configure-liferay-portal-to-use-google-mail
Thanks
asif aftab

Resources