Hello,
How to reduce the text in emails, following the publications in the groups?
Thank you for your help
Regards
Frank
How to reduce the text in emails, following the publications in the groups?
Thank you for your help
Regards
Frank
<p style="font-size: 11px;line-height: 18px;"><?php echo $message; ?></p>
<p style="font-size: 11px;line-height: 18px;"><?php echo substr($message, 0, 350); ?></p>