Emails are sending properly, but the body is not formatted at all. Even carriage returns would be nice. How can I polish things up a bit?
http://wordpress.org/extend/plugins/buddypress-group-email-subscription/
Emails are sending properly, but the body is not formatted at all. Even carriage returns would be nice. How can I polish things up a bit?
http://wordpress.org/extend/plugins/buddypress-group-email-subscription/
I would like to know about this too please? I am using Buddypress Activity Plus with this plugin and the links in the emails come out very messy i.e.
'Kimi Keith posted an update in the group Price Watch
"Re-usable nappies
[bpfb_link url='http://links.e.takealot.com/servlet/MailView?ms=NTYzMTc1NgS2&r=MjE5MzkwNTA5NzES1&j=NjY1NTUzMzES1&mt=1&rt=0%25%25FORWARD_INFO%25%25' title='TAKEALOT Newsletter' image='http://contentz.mkt3951.com/ra/2013/17366/02/5631756/Baby-cropped_034.jpg']TAKEALOT Newsletter[/bpfb_link]"'
It makes it hard for the recipient to click on the link.
Thank you.
Same here!
Anyone had any luck with this?
Resolved this for me in any case.
We have emails with branded header image etc, using WP Email Template LITE.
The branding was not being applied to digests.
In bp-activity-subscription-functions.php, check around line 294.
Replace:
wp_mail( $user->user_email, $subject, $message . $notice );
With:
@wp_mail( $user->user_email, $subject, $message . $notice );
Our branding was then applied.
Hope this helps anyone with a similar issue.
You must log in to post.