Appnitro Software Forums » MachForm

Change font of notification email

(3 posts)

  1. Hi,

    I tried to change the notification email font in the helper-functions.php to have this email be in arial font, but it does not seem to have worked.

    $email_body = '<table width="100%" border="0" cellspacing="0" cellpadding="0"
    style="font-family:Lucida Grande,Tahoma,Arial,Verdana,sans-serif;font-size:12px;text-align:left">'."\n";

    to

    $email_body = '<table width="100%" border="0" cellspacing="0" cellpadding="0"
    style="font-family:Arial;font-size:12px;text-align:left">'."\n";

    Can you help?

    Thanks,
    Tania

    Posted 5 months ago #
  2. Hello Tania,

    Your modification should working fine, I've try those code and working properly with me. It might be the problem come from your email client, do you use an email client tools ? or maybe you can try to change another font-family like this :

    $email_body = '<table width="100%" border="0"
     cellspacing="0" cellpadding="0"
    style="font-family:Vivaldi;font-size:12px;text-align:left">'."\n";

    if the problem still persist, please send me your email result to :

    customer.service[at]appnitro.com

    I will check it

    Posted 5 months ago #
  3. It resolved itself. Thanks for the confirmation Redityo.

    Posted 5 months ago #

RSS feed for this topic

Reply

You must log in to post.