Send Email Task HTML Format

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
2 posts Page 1 of 1

Joerg

Posts: 32
Joined: Wed Dec 19, 2012 9:57 am

Post by Joerg » Thu Jan 30, 2014 8:29 am
Hi,
Is it possible to send more pretty formatted :-) mails in HTML format or using such templates like GAS secure mail use with director? I've seen that anyone has asked a very similar question.
Are there any examples?

We need this to send mails in a professional look to our customers.

Joerg

Support_Rick

Support Specialist
Posts: 590
Joined: Tue Jul 17, 2012 2:12 pm
Location: Phoenix, AZ

Post by Support_Rick » Wed Feb 05, 2014 4:38 pm
Please see the example project below...
Code: Select all
<project name="test HTML in e-mail" mainModule="Main" version="2.0">
  <module name="Main">
    <sendEmail resourceId="Linoma" toList="[email protected]" version="2.0">
      <from address="[email protected]" />
      <subject>
        <![CDATA[test HTML]]>
      </subject>
      <message contentType="text/HTML">
      <![CDATA[
<br /> 
<div style="font-family:Times New Roman; font-size:10; color:red">Dear Recipient, </div>
<br /> 
<br /> 
<div style="font-family:Arial; font-size:15">Beginning this Friday, we will begin emailing the weekly marketing bulletin instead of delivering it with your order.  Our intention is to make this available to you via email each Friday afternoon.  All New Items, Allowances, Price Changes, Promotions, etc. reflected in the bulletin will be effective for deliveries beginning the following Monday.</div>   
<br /> 

<div style="font-family:Arial; font-size:19"><b>If this is not the correct email address you wish to receive this publication, please reply to this email with the correct email address and contact information.</b></font> 

      ]]>
      </message>
    </sendEmail>
  </module>
</project>
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696
2 posts Page 1 of 1