Joomla to G Suite and Bluehost - SMTP Configuration - email

I'm trying to Configure on Joomla the SMTP Mail Option. But try to connect via, smtp.gmail.com port 465 / smtp-relay.gmail.com port 587 with and without authentication, and with no luck.
The error I receive is a Timeout Connection error.
The Bluehost server is pointing all the Emails to G Suite.
When contacting Bluehost, they say that Google is the problem, when contacting Google they say is Bluehost that have the problem.

Try the following configuration to send an email via Gmail SMTP
From Nmae - Your site email
Mailer - SMTP
SMTP Host - smtp.gmail.com
SMTP Port - 465
SMTP Security - SSL/TLS
SMTP Authentication - Yes
If you have enabled the 2 factor authentication for your profile then you need to follow more steps as mentioned here

Related

Moodle Outgoing Mail Server Configuration not working

We've been using Moodle 3.8 in which we want to send notifications to Users through Emails. For that we have configured Office365 Mailing Server as per Moodle Documentation. But while testing configuration through test mail feature, it returns with an error saying,
Your site couldn't communicate with your mail server. Please check your outgoing mail configuration.
Moodle Version - 3.8.3
SMTP Server - Office365
Note:- Website has sub-domain of a registered domain of Organization.
Any help would be appreciated.
Please add :587 in the SMTP hosts it works so it will be
SMTP hosts - smtp.gmail.com:587
SMTP security - TLS

Jenkins SMTP Configuration - 535 Authentication Failed

I'm trying to configure Jenkins email notification via Mailer plugin 1.21.
I'm using secureserver.net as a mailing server.
I have a problem with "SMTP Authentication", the "Test configuration" is reporting 535 Authentication:
Failed to send out e-mail
javax.mail.AuthenticationFailedException: 535 Authentication Failed
for jenkins#xxxx.com
at
com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:809)
at
com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:752)
at
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:669)
at javax.mail.Service.connect(Service.java:317) at
javax.mail.Service.connect(Service.java:176) at
javax.mail.Service.connect(Service.java:125) at
javax.mail.Transport.send0(Transport.java:194) at
javax.mail.Transport.send(Transport.java:124)
My settings are as follows:
SMTP server: smtpout.secureserver.net
Use SMTP Authentication: yes
User Name: jenkins#xxxx.com
Password: ******
Use SSL - yes
SMTP Port - 465
Charset - UTF-8
I'm using the same credentials to connect via webmail: https://email11.secureserver.net/webmail.php. I don't have a connection problem.
Do you have any explanation why jenkins refuse to authenticate?
As google doesn't allow login from less secure apps you have do the following steps:
1. Login to "https://myaccount.google.com/security"
2. Enable "Allow less secure apps" to "ON"
Then check the "Test configuration" in jenkins.
From https://products.secureserver.net/email/email_outlook.htm:
NOTE: "smtpout.secureserver.net" is an SMTP relay server. In order to
use this server to send e-mails, you must first activate SMTP relay on
your e-mail account. Log on to your Manage Email Accounts page to set
up SMTP relay.
Did you do this?
I solved similar issue by creating a new SMTP credential from AWS SES.
But I am still amazed why old credentials didn't work with jenkins even if it was working with other applications.

HAProxy Mailer SMTP Authentication

I would like to send alerts using a mailer in HAProxy.
I tried to follow:
email-alert
The problem is that my mail server requires a SSL connection with username an password.
Any suggestions?
Solution.
Following (https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-14-04) I've configured a local postfix.
HAProxy connects to this SMTP server to send mails.

The following from address failed, joomla 2.5

I am using chronoforms to set forms on my site. After submission I want to send that information to the administrator of the site by sending mail notifications. But when the client submits the info the following error is displayed:
The following from address failed admin#admin.com
I have set SMTP settings on my joomla site using gmail SMTP settings as follows:
mailer: SMTP
from email: mygmail#gmail.com
sendmailpath: /usr/sbin/sendmail
smtpsecurity: ssl
port: 465
user: mygmail#gmail.com
pass: ***********
host: smtp.gmail.com
I have found the Acymailing component and modify to work with SMTP. What else could I do?
Set the From Email address to the address you have in the site SMTP settings, make sure that the To Email address for the admin is a different one as some mail servers - GMail in particular - will drop emails when the From and To addresses are the same.

Stuck while trying to send email notification from SonarQube

I could'n send email notification from sonarqube even after configuring the email server, from Settings > General Settings > General > Email
I tried following : this suggestion but I got the same message error : Sending the email to the following server failed : smtp.gmail.com:587
Have I to set up something out of SonarQube ?
To send email through GMail SMTP server, you should use the following configuration:
SMTP Host: smtp.gmail.com
SMTP Port: 465
Use secure connection: SSL/TLS
Obviously, you have to specify your username ("foo.bar#gmail.com") and a password (generated in your GMail security settings).
From your SonarQube instance go to:
Settings > General Settings > General > Email
Set:
SMTP Host: smtp.gmail.com
SMTP Port: 587
Use secure connection: SSL/TLS
Fill in your smtp.username and smtp.password by generating an app password in gmail. This link might work.