Can't send email after JS minification

5 replies · opened Oct 28, 2018

Cchiragpaliwal06Oct 28, 2018

Hi,

So I minified and combined the JS files everything seems to be working fine except that I receive error while sending mail from contact.html,
I have attached the error's screenshot.

Also another issue without the JS minification is that I receive emails to any other ordinary gmail address while
I can't receive emails over the company's custom email which is a Office 365 email.

Thanks

SSemicolon WebSTAFFOct 31, 2018

Hello,

  1. This appears to be an Error with the Minified Codes and not the Original Codes. Please consider using this Website: https://javascript-minifier.com/ as they are really reliable and use the best practices.

  2. This is not an Error with the JS Minification as the Email Servers can accept/reject emails. Please make sure that you are using a Valid Email Address from the same servers you are using your domains on. This is a security feature some Servers now enforce, so it is required.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Cchiragpaliwal06Dec 26, 2018

Hi,

So I removed all the JS minification and I am still not able to receive any emails on the Office365 email account,
I have tried and tested all combinations of SMTP settings nothing seems to work, attaching below the console error.

Thanks

SSemicolon WebSTAFFDec 27, 2018

Hello,

Please provide us with a Live URL so that we can check out the exact issue on an online environment and provide you with more assistance on this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Cchiragpaliwal06Dec 28, 2018

Also another thing I would like to know is how to trigger the Success alert modal from Javascript

SSemicolon WebSTAFFJan 2, 2019

Hello,

  1. We are still waiting for a Live URL in order to check the issue and provide you with more assistance.

  2. You can use the following code to Trigger Notifications using Javascript:

 Welcome to Canvas Demo!'>

	jQuery(window).load( function(){
		SEMICOLON.widget.notifications( jQuery('#custom-notification-message') );
	});

Complete instructions has been provided in the Documentation > Shortcodes > Lightbox & Notifications Section.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard