I have tried to sent a mail whenever bug get posted or edited in to the bugzilla?
Log on bugzilla by administrator,and then click "Administration-Parameters-Email",depending on your system to be setting.
Related
I have a Ionic v1 app and today I added the ngCordova Email Composer (http://ngcordova.com/docs/plugins/emailComposer), which is a kind of wrapper for https://github.com/katzer/cordova-plugin-email-composer.
It is working till the point where I want to know, if the email was sent correctly, or if the user cancelled. I found some exmaples over Google, but they catch always a cancel, even if the mail was sent.
Any ideas?
Thanks,
Christian.
The issues list of the plugin (https://github.com/katzer/cordova-plugin-email-composer/issues) shows, that I am not the only one, having problems.
All the sites on this DNN installation stopped sending emails yesterday. When you try and test SMTP in host settings, it sends the test email without any issues.
At first I thought my IP might be blacklisted, but then surely the SMTP test would also fail?
I'm pretty sure the Test SMTP setting in Host directly calls the send mail service in DNN's API. But many other emails are queued up for dispatch for scalability.
Check to see if your "Messaging Dispatch" job in Host > Scheduler has been disabled. If not, check the history by clicking the Log icon on the right-hand side of the schedule tasks list. See if there are errors logged in there.
If all is good there, check your Logs in /Portals/_default/Logs for any issues related to messaging or SMTP.
I would start by checking to see if you have defined a valid (usable) email address on your ADMIN account. DNN will "send" emails from whatever the Administrator is in the site settings, so check the email address on that user's profile, make sure that the email/domain is valid and the SMTP settings you are using are allowed to send from that domain.
If you are developed contact-form dynamic module in your DesktopModules folder then you have to call below DNN SendMail method in your submit button click event.
DotNetNuke.Services.Mail.Mail.SendMail(FromEmailAddress, ToEmailAddress, CCEmailAddress, BCCEmailAddress,
DotNetNuke.Services.Mail.MailPriority.Normal,
EmailSubject,
DotNetNuke.Services.Mail.MailFormat.Html,
System.Text.Encoding.UTF8,
EmailBodyMessage, "", "", "", "", "");
I configured the SMTP setting om my DNN 7 siteand everything worked fine for weeks. I tried to send a newsletter today and discovered that there is a problem with the SMTP (even though i have changed nothing). I checked the configuration and verified that it hasn't been changed. And indeed it hasn't. I tried a few email accounts that i have and received the same error time and time again. Here is the error:
There has been an error trying to send the test email. The error is:
There is a problem with the configuration of your SMTP Server. Mail was not sent.
Any ideas?
Well, I checked the error and it appears that i used all my allowed emails out by the email server. I guess this is one of the first thing i should have checked...I suggest you to do that if it ever happens to you :)
My current bugzilla 4.2.1 installation blocks any user temporarily for
multiple login failures. If they try to use incorrect password for,
say 5 times, they will not be able to login again and a mail is being
sent to the maintainer of the installation. Is there anyway I can
disable the Account Lock-Out feature? I don't want any user to be
blocked due to login failures.
Thank you
In the directory where Bugzilla resides there is a file called Constants.pm edit the file and set the MAX_LOGIN_ATTEMPTS value to 1000000.
-note: in my installation the file was in /var/www/bugzilla/Bugzilla/
Im really having a problem with this one. My server is a linux CentOS based running Plesk 9.2
After the update my email forwarding stopped working! Plesk uses qmail to manage emails. Basically whatever I do in the webpased Plesk panel just does not work with email forwarding. Does anyone know what can be the problem and how can I fix it?
I wish, haveing a similar problem but with and older version of plesk. After I rebuilt the qmail queue email redirection stoped working. Strange because everything looks fin in the psa mail log