Hey,
I use [sublanguage]) on my page, which allows me to use shortcodes in order to display translations, e.g.:
`[sublanguage lang=en]My love[/sublanguage]`
`[sublanguage lang=es]Mi amor[/sublanguage]`
Now I need a simple Newsletter signup, where I can use shortcodes (or PHP) to send out multilingual confirmation mails. The solution doesn’t need to have other features like newsletter creation. All I need for now is to
* collect the e-mail address
* collect some hint which language the user speaks *(for example if they come from /es/ in the url, or if the specific signup widget was “newsletter-widget-ES”)*
* show a translated “check your mails now” message
* send a translated e-mail with the according confirmation-link (that also needs to be customizable so they will be re-directed to [mydomain.com/es/]) or whatever)
I had this working in [Mail Poet]) but that plugin blocks all CC / BCC features of WordPress, which I needed on another feature of my website.
I am currently trying [Noptin]), which won’t let me customize the template at all in the free version and also tried [Newsletter]), which had similar restrictions.
Any idea/ solutions for this problem?
[ad_2]