Send new account information when new account is create in WHM - email

How to configure WHM, to send New Account Information, when account is created?
I tried:
Server Configuration -> Tweak Settings -> Send passwords when creating a new account = On
But still not sending email notification.
Any ideas?

I think you are not getting account creations notification due to Alert Priority configuration. Can you please check that through WHM >> Server Contacts >> Contact Manager and adjust it with your requirements
Also please check this : https://documentation.cpanel.net/display/ALD/Contact+Manager

Related

Cofoundry CMS send email to new users

I am facing an issue with the Cofoundry .NET core CMS.
Basically, I have installed is successfully and able to login via admin panel.
Now issue is, when I am adding more users in the CMS, it does not send emails to newly added user. However, in the admin panel users added successfully.
Please note: I have configured SendGrid plugin and that is working ok, tried by sending custom email.
Not sure, if further settings are required to get the emails working for new users add.
Please let me know If anyone faced the same issue earlier.
Regards,
Vivek Kumar
Firstly you need to ensure Cofoundry is configured to send the mail. The setting you want is Cofoundry:Mail:SendMode, the default value is LocalDrop to prevent you accidently sending debug emails to people, so by default the email will end up in your App_Data directory. You should set this to Send. So your config would look like this:
{
"Cofoundry": {
"Mail": {
"SendMode": "Send",
"DefaultFromAddress": "auto#example.com"
},
},
}
Mail config settings are covered in the config settings docs
If this is not set up then your email will be placed in the mail drop directory, which defaults to "~/App_Data/Emails", so check there to see if the mail behaving in debug mode.
If there was an error sending the mail, then you would see an error prompt in the admin panel, so perhaps next you should check your SendGrid logs to see if the email is being passed through their service - perhaps it is being blocked or sent to spam?

Jira email notifications not working, but test e-mail is working

We have an on-premise hosted Jira 6.0.8. We have set up an outgoing mail server using a Gmail account and used the send test e-mail feature to successfully send an e-mail out.
Our problem is with e-mail notifications. We are not getting any at all. We have gone through troubleshooting docs https://confluence.atlassian.com/jirakb/troubleshoot-notifications-in-jira-203394737.html here but have not been able to find the solution.
Here is what we have already tried;
Ensured user profile 'My Changes setting' was set to 'Notify Me'
Ensured Notification scheme was correct and associated with the project
Ensured Project Notification email was set to the same as the outgoing mail server Gmail address
Checked the 'Mail Queue' after making a comment on an issue and saw waiting messages in it for the correct issue. These then disappeared from the queue without error within 60 seconds, indicating that they had been sent.
Enabled DEBUG logging under 'Logging and Profiling' for the outgoing mail server and com.atlassian.jira.service and com.atlassian.jira.service.services.DebugService. We reviewed the log file and saw nothing that indicated error but did see the log of the MailqueueService sending the e-mail.
have used the 'Notifcation Helper' tool and it verified that the user would receive the appropriate notification indicating notifcation scheme and permission are set up ok.
Still the notification e-mail is not received.
There was a point made in the troubleshooting link above
Check that your Base URL is set to a domain / IP which your SMTP server will accept. Example: Google apps accounts must have a matching base url to their Google Apps domain.
However, our Adminsistration> System>General Configuration>Base Url for Jira is something like http://myservername:8880 since it is internal self-hosted. This did not cause a problem with the test mail. Could this be an issue for the notification e-mails?
Any help would be greatly appreciated.

when sending a verify email request from keycloak via sendgrid, the resulting url is wrongly encoded

I have a keycloak (4.4.0-Final) installation.
Scenario:
sendgrid is configured as mail agent (and test mail sending is ok)
I create a new user in keycloak admin console and I pass it the action "verify email"
I get an email with a link to verify my email address, but when I click the link, I get the error "We're sorry...
An error occurred, please login again through your application."
I now have a closer look at the URL and I see 2 times = => http://keycloakurl/.....login-actions/action-token?key=eyJhbGciOiJIUzUx...&client_id=client-...
When I change = to = , the url works.
Does someone know if this is a bug in sendgrid, or a bug in the keycloak templates?
I know you have moved ahead with Mailjet but I would like to share my solution here as it may help others. I noticed this issue only happens if Email Tracking is enabled at SendGrid side. Try after disabling all tracking configurations under Setting -> Tracking screen.
The issue was not keycloak, but sendgrid (ref: https://issues.jboss.org/browse/KEYCLOAK-8536). We fixed the issue by dropping sendgrid and going to mailjet.

Google Apps: E-mails sent to user are also being sent to domain's secondary contact e-mail address

I have two admin users on my newly created domain.
E-mails sent to one are also being sent to the e-mail address set in Domain Settings > General > Contact Information > Secondary E-mail Address. This does not happen to e-mails sent to the other user (the primary domain contact).
I have tried unchecking 'Inherit routes' for this user but it has not made a difference (I waited over five hours between unchecking it and trying again).
Any ideas what could be going on? Thanks very much.
I called Google Apps support and was able to resolve this.
It turns out the person who initially created the domain set up a "receiving routing rule" to automatically forward all e-mails for all users to his personal address.
Receiving routing rules can be adjusted via the Google Apps cPanel. Go to Settings, then Email Settings, then down to Receiving Routing, click Edit, and check your rules to ensure the 'Add more recipients' checkbox is unchecked (mine was checked and had the personal e-mail address set) or simply delete the rule if no other options are set.

Google Apps Admin get a copy of each incoming / outgoing mail in my Inbox

I've a domain and I've successfully configured Email service via Google Apps.
I've created 5 email accounts too.
Now I want to track all the incoming/ outgoing emails.
Is there any way, if any person(among those 5 persons), sends or receives an email, I want a copy of that email in my inbox too automatically.
Thanks in advance.
You can use GAM and Audit monitors to get a copy of a users mail sent and received. You'll also see Chats and Draft messages with an email monitor:
http://code.google.com/p/google-apps-manager/wiki/ExamplesAccountAuditing#Create_a_Audit_Monitor
This feature requires Google Apps for Business or Education.
Jay
I am not sure you can receive a copy in another account but you can configure each of the accounts to delegate access to your account so that you can view their sent/received messages. It is more manual than you would like however.
http://support.google.com/mail/bin/answer.py?hl=en&answer=138350
The best way to do that with out going into the GAM and use the audit, is to configure mail forwarding for each email by going into the gmail account interface.
Another solution that can be used, is to create an external gmail email, and use the google apps email routing to send all the emails to the external one.
On the external one you can just do what ever you want with the email, such as filtering by receiver and forwarding it to your selected destination.
Hope my answer helped a bit.