Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add "view in browser" and "forward to friend" in an email [closed]

Tags:

html

email

I'm creating an html email, and I want to add these features:

  • View in Browser
    • generates a link to the online version of the email
  • Forward to Friend
    • opens mail forwarding dialogue

MailChimp has these features built in and I'd like to mimic their functionality.

How could I generate links that do this?

like image 739
Beginner Pogrammer Avatar asked Oct 29 '25 12:10

Beginner Pogrammer


1 Answers

You will have to host this HTML page somewhere in a server (website) and in your email point the link to this HTML page.

like image 146
Shoban Avatar answered Oct 31 '25 02:10

Shoban