About This File
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]This hook is a quick adaptation of the "Mail Check" code of KickSend.[/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] [/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]The source of the Javascript is available at: [/size][/font][/color][url="https://github.com/Kicksend/mailcheck"]https://github.com/Kicksend/mailcheck[/url]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] [/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Basically this code checks the user's mail and tries to find a typo... the final idea is to have the mail bounce rate reduced[/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Reference: [/size][/font][/color][url="http://blog.kicksend.com/how-we-decreased-sign-up-confirmation-email-bounces-by-50/"]http://blog.kicksend...-bounces-by-50/[/url]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] [/size][/font][/color]
[b]Example:[/b]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]When your user types in "[/size][/font][/color][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3][email protected][/size][/font][/color][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]", Mailcheck will suggest "[/size][/font][/color][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3][email protected][/size][/font][/color][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]".[/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] [/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]NOTE: this was made on >3.4.1, but it might work on previous versions[/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] [/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]The source of the Javascript is available at: [/size][/font][/color][url="https://github.com/Kicksend/mailcheck"]https://github.com/Kicksend/mailcheck[/url]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] [/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Basically this code checks the user's mail and tries to find a typo... the final idea is to have the mail bounce rate reduced[/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]Reference: [/size][/font][/color][url="http://blog.kicksend.com/how-we-decreased-sign-up-confirmation-email-bounces-by-50/"]http://blog.kicksend...-bounces-by-50/[/url]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] [/size][/font][/color]
[b]Example:[/b]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]When your user types in "[/size][/font][/color][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3][email protected][/size][/font][/color][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]", Mailcheck will suggest "[/size][/font][/color][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3][email protected][/size][/font][/color][color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]".[/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3] [/size][/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]NOTE: this was made on >3.4.1, but it might work on previous versions[/size][/font][/color]
What's New in Version 0.1.1
Released
- Initial release