Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
How can i set the sender name (not email address) of all emails?
i have set
<mailSettings> <smtp from="[email protected]">
but this is only for the email address. How can i send the name of the sender. For example "Customer Support" ?
Can someone please help?
Thanks
any solutions?
Hi,
try this:
<smtp from=""Your Name" <[email protected]>">
it is the xml-encoded version of: "Your Name" <[email protected]>
Rgds,
David
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Set sender name of all emails
Hello,
How can i set the sender name (not email address) of all emails?
i have set
<mailSettings>
<smtp from="[email protected]">
but this is only for the email address. How can i send the name of the sender. For example "Customer Support" ?
Can someone please help?
Thanks
any solutions?
Hi,
try this:
<smtp from=""Your Name" <[email protected]>">
it is the xml-encoded version of: "Your Name" <[email protected]>
Rgds,
David
is working on a reply...