Moodle - Sent Email Confimation Considered as Spam - email

My friend (creating his project using Moodle) asked me about how to prevent/exclude the sent email confirmation from his Moodle project to being classified as spam on new user's email.
I cannot answer him because i am not that great with Moodle.
Can anyone here help him?
Answers will greatly be appreciated.
Thanks.

Your moodle installation, technopreneur.fttgraphics.com, is a subdomain
Add this line to the end of config.php
If you using SUBDOMAIN: $CFG->maildomain = 'technopreneur.fttgraphics.com';
If you using DIRECTORIES: $CFG->maildomain = 'http://domain.cz/folder_of_moodle';

If your friend has an email server he should look to configurate Moodle to use SMTP authentication (Site administration > Message outputs > Email).
Doc : https://docs.moodle.org/30/en/Messaging_settings#Email
If he does not have an email server he could add a SPF entry in his DNS zone.

Related

use bigrock email in godaddy hosting

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.

prestashop mail alerts is not working

I am using prestashop 1.6 and mail alerts (last version) but it is not working. I guess it´s an issue with the hosting.
What did I do?
Under Preferences->Store Contacts->Shop I´ve checked the email, the email is correct.
Advanced Parameters->E-mail->TEST YOUR EMAIL CONFIGURATION->Send a test email, and it worked, but only using SMTP
I have sent an email via the contact form (as a test customer) to Webmaster and to Customer Service and but neither are received in my mail.
Made a new purchase as a test customer with a valid email address, but any mail is received in my mail
I also talked with my host company and they say that the test mail is working it must be a problem with prestashop and the module mail alerts!
I don´t know what to do, any help please?
Thanks a lot!
Thank you!
Finally, I fixed following https://www.prestashop.com/forums/topic/556808-solved-mailalerts-360-does-not-send-mail-to-vendor-seller/

how to send email using mailgun php code

I want to send Email with the help of mailgun using php script. I have already made my account on mailgun site and added my domain and verified my domain. I also have my domain and api key with me .. but how to use these in the php script code
Where to get this vendor/autoload.php I am not able to find it on gihub which is shown in liberary page of mailgun website. I am new to MailGun and I have a hosted site and wanted to use the mailgun for my email sending thru PHP script code, but I am not understanding how to send it. The example code shown in mailgun site tells that start code from vendor/autoload.php and then use mailgun\mailgun and i am not understanding how to get these files and where to copy them. I have already made my account on mailgun site and added and verified my domain and i also have my domain and api key.. but how to use these in the php script code/
Can you please help me how to start and where to get all these files, pleas help? thanks in advance
The vendor/autoload.php can be added by running composer, all info is on the mailgun website https://documentation.mailgun.com/libraries.html#php

Not receiving admin order confirmation email from the website Prestashop 1.6.1.1

I am not getting admin order confirmation email after the successful payment. I am getting payment notification from sisow but not from website. Customer is receiving confirmation email but not admin. I am new in prestashop and didn't find any solution.
Please suggest me to make it working.
To receive emails as admin you need to enable one module named "Email Alerts". Enable this module and configure this module. You will see all the setting here. Go through that and set it up accordingly. You can add multiple email ids to receive notifications.
Hope this helps you !!! :)
Also, make sure that you have properly configured in settings like:
Advance Preferences -> E-mail
It's highly recommended to use SMTP instead of mail() function.
Install the module "Mail alerts" to your prestashop project.
It solved my problem for the version 1.6.1.5
i think i got the trick : copy all emails in modules/mailalerts/lang.
should have the same in EN and YOUR LANG.
Also copy in /themes/same_path

Wordpress: Contact Form 7 accepts one email address but not another

I've been using Contact Form 7 in Wordpress without too many problems. In a current installation, I can send mail to webmaster#domain.com but get an error when trying to send mail to user1#domain.com. I've checked this Stack Overflow ticket:
Wordpress - Contact Form 7 Not Sending to Certain Email
But enabling the SMTP mail plugin doesn't modify the behavior of the bug, and the mail server is not external (like the ticket in question). Any idea what the issue might be? Thanks!
EDIT: user#domain.com is a valid email address and also succeeds when running it against open source online email checkers.
Kind of a hack, but I had this happen to me when I tried to have the emails sent outside of the domain to a gmail account. I ended up adding CC: youremail#gmail.com to the Additional Headers and it worked well afterwards.