This question has a few parts.
I'm running on an in-house server that does not have access from the outside. I'm relaying SMTP to send emails. At the bottom of every campaign email there is the "Please click here to confirm that you have received the message!".
I would prefer to remove this message entirely. I did open up the TomCat server to the outside world and changed the IP address in the system setup. The footer link still comes out with the local address.
So, I guess my question is this. I would prefer to remove that footer. Can I?
Secondly, can I echo out other fields in the database to the email. For example:
- ***
Dear [First_Name] [Last_Name],
I liked to inform you that your website ([Website_Url])....
Sincerely,
Bryan
- ****
I hope this question makes sense.
-Bryan