Even if it seems to be generally a mistake on the part of the censorship plugin, I would like to share and glad to support.
Mails from “Forums Censure PRO” are delivered without content, so I set an exclusion until another solution (thanks for this option!).
In the “Forums Censure PRO” plugin it’s not possible to switch between plan/html and with WP HTML MAIL disabled, html-mail is already being sent.
I’m happy to collaborate to solve the problem.
In addition, I send a message to gVectors team if there can also provide the option “plain”.
Thanks a lot!
]]>Thanks
]]>now all I need to do is learn how to make HTML newsletters
]]>Its nice to have such a helpful plugin. Though I’m facing a small problem when viewing the newsletter in web email client. I have a client who uses One.com webmail. He says that the newsletter he receives from us( that is me who uses mailpoet to send newsletter) doesn’t see images automatically until he clicks on “Load external images”. And he also says that a newsletter which he receives from other website displays images without clicking on “Load external images”.
What I have observed in the newsletter received from some other website is that
1. The images use some what relative path like
“?ui=2&ik=4486bed129&view=att&th=148a79454ea28f3f&attid=0.3&disp=emb&realattid=d3c123de4c0b5f4c_0.1.3&zw&atsh=1”
in gmail which one opened in browser gets path
“https://mail.google.com/mail/?ui=2&ik=4486bed129&view=att&th=148a79454ea28f3f&attid=0.3&disp=emb&realattid=d3c123de4c0b5f4c_0.1.3&zw&atsh=1”
2. He has got nobody in his contact list so there’s no chance that we can say that the images loads because you have them in your contact.
3. The path which the mailpoet generates is an absolute path.
4. There is no setting in One.com to set option to “Load images automatically”
Please suggest me a solution so that the newsletter can be viewed in consistent in all browsers.
Thanx in advance!!
https://www.ads-software.com/plugins/wysija-newsletters/
]]>I’m using Mail (2) to send a nicely formed html email to customers. How can I make autop stop messing up my emails?
I tried this code:
add_filter( 'wpcf7_mail_components', 'dontautop_wpcf7_mail_components', 10, 2 );
function dontautop_wpcf7_mail_components($components, $contact_form) {
$mail_template = $contact_form->mail;
$regex = '/\[\s*([a-zA-Z_][0-9a-zA-Z:._-]*)\s*\]/';
$use_html = (bool) $mail_template['use_html'];
$callback = array( &$contact_form, 'mail_callback' );
$callback_html = array( &$contact_form, 'mail_callback_html' );
if ( $use_html )
$body = preg_replace_callback( $regex, $callback_html, $mail_template['body'] );
else
$body = preg_replace_callback( $regex, $callback, $mail_template['body'] );
$components['body'] = $body;
return $components;
}
This code has two problems:
1. It doesn’t recognize tags (like [your-name])
2. It sends the email (not Email (2)) to both administrator and client.
I would like to be able to turn off autop only for Email(2) keeping a way to recognize the tags. Is there any way I can do this?
Thank you.
https://www.ads-software.com/plugins/contact-form-7/
]]>I’m using the plugin ‘subscribe2’ to send my newsletters.
So, the problem is: I did put a code to show a image on email but, when I post a new publication, the email that the plugin sends isn’t going with the image that I defined.
Actually, is only on the ‘new post’ email that it’s not working, because in the ‘subscription confirmation’ and ‘cancel subscription confirmation’ emails, the image appears normally.
I already set to send the email in HTML format but, didn’t work.
Does anyone know how to do this?
Thanks in advance.
]]>I’m using the plugin ‘subscribe2’ to send my newsletters.
So, the problem is: I did put a code to show a image on email but, when I post a new publication, the email that the plugin sends isn’t going with the image that I defined.
Actually, is only on the ‘new post’ email that it’s not working, because in the ‘subscription confirmation’ and ‘cancel subscription confirmation’ emails, the image appears normally.
I already set to send the email in HTML format but, didn’t work.
Does anyone know how to do this?
Thanks in advance.
]]><img src="url"..
doesn’t work at all clients. Mac-Mail for example doesn’t show the images, it even doesn’t show anything, where the image should be.<img src="cid:theID... />
Does anybody know, how to realise this with the post-notification plugin? I don’t know where to start, but as far, as I understand my problem, there are two topics to solve.
Greets
Paka
I use this plugin in several websites and I’m unable to send proper HTML messages. On a form I have html checked. On arrival the mesage is marked being in html format but all markup is stripped off. I know it is not mail configuration as I can send proper html messages from PHP mail().
https://www.ads-software.com/extend/plugins/contact-form-7/
]]>