You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a utility to forward the email newsletter a user is reading to another user.
This can be handled two ways, either providing a consistent link within the footer as simple as: <a href="mailto:?subject=Check+out+this+newsletter&body=http://example.com/blah">Send to a friend</a>
Or something more complicated where the fully preserved email is sent to a provided email address.
The text was updated successfully, but these errors were encountered:
Create a utility to forward the email newsletter a user is reading to another user.
This can be handled two ways, either providing a consistent link within the footer as simple as:
<a href="mailto:?subject=Check+out+this+newsletter&body=http://example.com/blah">Send to a friend</a>
Or something more complicated where the fully preserved email is sent to a provided email address.
The text was updated successfully, but these errors were encountered: