72
Views
3
Comments
[Send Email] From not working
Question
send-email
Web icon
Forge asset by OmnePresent

Hi, has you can see, i have the email configuration working fine.

The problem is, i put an different email from the one who is configured in the service center, and still the email that i get isn't from the "FROM" field that i configured.

ex.

Hi have the test@gmail.com configured on service center


in the form on the "FROM" field i configure personal@gmail.com

When i receive the email, the email was sent from the test@gmail.com and not from the personal@gmail.com

2020-03-01 17-52-33
Nikhil Gaur

It depends on the SMTP service you are using, some allow to specify separate from email address and some not.

Looks like you are using gmail SMTP which doesn't allow to specify different from email address then the one you are using to send emails. It will always show the same email address in from which you are using in email configuration.

2024-05-03 14-03-28
Sudip Dey

Use the EmailAddressCreate built-in function to create an encoded value for the 'From' property.The default sender is configured in the Email Configuration in Service Center.

2021-07-01 15-11-45
Fábio Santos

I try the EmailAddressCreate but still doesnt work. I will try a different SMTP Service

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.