• Resolved dzarelli

    (@dzarelli)


    Hello all –

    I support a number of wordpress instances and in two of them we are using ninja forms to send notifications to our users. We do this with a webform that populated an HTML email that is sent out when the form is submitted. Pretty basic.

    In the past we’ve always used the EMAILS & ACTIONS > email > and used HTML code in the “EMAIL MESSAGE” to populate the emails. We were pointing to external images and this has worked for a while. However, now I need to change this to instead attach the image(s) to the HTML email and to use those images in the HTML form (instead of pointing out to a URL where the images lives).

    Here is a snippit of our old code calling the image externally –
    <td width="206" style="border-width: medium medium medium 1.5pt; border-style: none none none solid; border-color: currentColor currentColor currentColor rgb(83, 129, 53); padding: 0in 0.15in; border-image: none; width: 154.75pt;"> <p align="right" class="MsoNormal" style="text-align: right;"><img style="width: 132px;" src="https://www.externalwebsite.com/wp-content/uploads/2020/08/Company_Logo.png"><br></p>

    We need to modify the above to use the images attached to the email instead of trying to get the image from a URL source. The WordPress instance we use to send the emails is not accessible by others, so unfortunately we cannot use links back to the media library to store the images, they must be attachments. Is this possible to configure? I’m having trouble finding a KB to guide me here. Thanks!

    • This topic was modified 3 years, 8 months ago by dzarelli.

    The page I need help with: [log in to see the link]

  • The topic ‘Adding attached images to an HTML email’ is closed to new replies.