use bigrock email in godaddy hosting - email

i have a open cart website on my go-daddy hosting, my C-panel email in go-daddy is having some issue and the go-daddy is working on it. till then i want to use the email of my BIG ROCK hosting.
i want to know the SMTP settings of Big Rock and the MX entry

When ever you login in to the CPANEL , you will get this notice on the top.
Attention! Please register your email IDs used in non-smtp mails through cpanel plugin. Unregistered email IDs will not be allowed in non-smtp emails sent through scripts.
Go to Mail section and find "Registered Mail IDs" plugin in paper_lantern theme.
Just follow these steps and it will work.

Related

Gmail is not receiving emails from SendGrid

I have a Django app set up to send emails from my contact form via SendGrid.
The contact form should send emails to contact#clientdomain.com, which is an account using G Suite, so the client opens the email on Gmail.
However, the emails from the contact form are getting stuck on SendGrid with status deferred or block.
I tried changing the destination email from contact#clientdomain.com to personal_email#gmail.com and it worked just fine.
I don't know what else to do.
Here is my Activity Feed from SendGrid dashboard:
I read when the status is deferred, SendGrid keep trying to send the email again for the next 72h, but I have emails sent 3 days ago that never arrived on the inbox.
Anyone knows what could I do to fix that?
I solved it! Thanks to #Selcuk comment.
I had my domain pointing to a server with cPanel all set up.
Then I developed a new app, deployed it on Heroku and installed the PointDNS to get my domain poiting to the Heroku app.
When I did this, I lost my MX records set up on my server with cPanel.
All I had to do was to add the MX records for G Suite on PointDNS:

shopify run from a 3rd party hosting website like iPage

I have a shop currently running on shopify, but I brought the web domain myself, not through shopify, thus shopify doesn't allow me to make a website email account i.e. admin#mywebsitename.com .
I decided to purchased an iPage.com plan to make the website email address (admin#mywebsitename.com).
I am being instructed to repoint my website to new name servers but I'm afraid that will disrupt my shop.
Can anyone help me with how do i make a website email (admin#mywebsitename.com) with ipage.com, without disrupting my shopify shop.
all your help is appreciated
Make sure your MX entry is like this.
Then do to your advanced DNS settings and change your mail entry from CNAME to A record and then put the IP address of your mail server.

PHPMailer hosting site using 123-reg

basically I'm hosting my site on 123-reg and have a contact form on my site which i want people to send me emails to my live.co.uk email address, i was using the basic php mail() but found all emails are constantly going into junk folder which i rather it go into inbox so was told to use phpmailer
looking into phpmailer i get to the code which asks for smtp but I'm lost with this as I'm not sure what i should be putting for the host username and password as i want the website to send emails to a given email address , any advice on what i should be putting this and why would be great
Thank You
You don't need to use SMTP - you can use a local mail server and call isMail() instead of isSMTP() - though you don't even need to do that since it's the default. In the examples folder provided with PHPMailer, look at the one called mail.phps.

Gmail to cPanel Webmail via POP Connection

Is there any way to get all of my emails from my Gmail account to my Webmail I meant my cPanel email account like Roundcube? I can take from my cPanel Roundcube all of email to my Gmail account via POP connection but I want to take all of my email from my Gmail account to my cPanel email account via POP or other way.
How it's possible? Could anyone please help me here for this? I will appreciate it! Waiting for answers!
You can forward your emails from gmail to your another email account as below:
Login to Gmail
Open settings.
Click on "Forwarding and POP/IMAP"
Click on "Add a forwarding Address"
Follow the steps and
click the option "Forward a copy of incoming mail to ...... and leave a copy on gmail.
save.
Now your emails will forward to email id that you have mentioned in forwarding.

local email send in osCommerce

I have install osCommerce and Xampp, I am using Mercury Mail for local emails.
Now, how can i configure email setup in osCommerce, so that emails will be send to customers.
I have tried. to change the configure email setup by giving as
superadmin#localhost.com and customer1#localhost.com but emails are not sent in osCommerce system.
Where as i configure Thunderbird it perfectly working fine.
Do i need to change any other configuration files related to emails in osCommerce.
Rafee, you need to go to your admin panel, which is probably located at http://www.yourdomain.com/catalog/admin or http://www.yourdomain.com/admin or whatever you named "admin".
From there, you can adjust your OSC settings -- including mail that gets sent to you and to your customers. It doesn't matter what e-mail client you're using, whether it's MS Outlook or Mozilla, or whatever. It's all configurable through your admin panel.
If you have OSC version 2.3, which you should have if you don't, then I'd recommend an addon such as Contact Us Enhancement which is not only an enhancement for receiving e-mail, but also sending your customers the mail you're intending to send 'em (whether it's an invitation to create an account, a receipt, a thank you for the order, or whatever).