-1

I have an html email newsletter sent monthly to customers. I've added a forward to friend link in the layout having

href="mailto:%20?subject=SUBJECT &body=TEXT">

Now when I click the button, it opens "outlook new Email" page. When I send the email to myself(testing), I get the email with the sender name as my name which is the account name in my outlook email account. So my question is can we override this sender name and choose one to appear bydefault in this case?

Toon Krijthe
  • 52,876
  • 38
  • 145
  • 202
user1395625
  • 25
  • 1
  • 8
  • Send it using the internal PHP mail functions, not a mailto: reference on your own machine.. then you can send it as anything such as "BestUser@mydomain.com" as its your domain it wont check who you send it from – BugFinder Oct 02 '12 at 07:07

2 Answers2

0

Here is everything you can do with an href mail to link.

http://www.echoecho.com/htmllinks11.htm

Case
  • 4,244
  • 5
  • 35
  • 53
0

You cant do that with "mailto:" link.

You may need to create some small "contact me" website with contact form.

Kamil
  • 13,363
  • 24
  • 88
  • 183