Attach a graph to an email

Hi,
Could anyone tell me how to attach a graph to an email? I have a graph on the canvas thing. If that graph is attached to an email, will that be viewable on a windows PC (since ROOT runs on Linux).
Thanks…

You can save your canvas as
canvas.root
canvas.gif
canvas.pdf

The best is canvas.root. On the other machine, do
root > TFile f(“canvas.root”)
root > canvas.Draw()

Rene