Page 1 of 1

How to set "mail FROM domain as URL" as default option?

PostPosted: Fri Feb 14, 2014 1:26 pm
by me100rabh
It seems that spinning addon as been updated and now we have multiple option for "Campaign URL Rotator" and default option for it is "Random URL". How we can set the "mail FROM domain as URL" as default option so that we do not need to change it each time we send campaign?

Re: How to set "mail FROM domain as URL" as default option?

PostPosted: Fri Feb 14, 2014 2:03 pm
by MaBoRaK
loading...............

Here is the steps to make the "mail FROM domain as URL" as default option:

  1. Edit the file: addons/spins/templates/iem_spins_send_select_urls.tpl
  2. There is a
    Code: Select all
    <select name="spins_url"></select>
    block.
  3. Change to:
    Code: Select all
    <select name="spins_url">
                <option value="-2" selected="selected">%%LNG_Addon_spins_url_mail_from%%</option>
    </select>

connection closed.