Changing email sender name

pascal020

Verified User
Joined
Jun 27, 2017
Messages
6
Hi,

I wish to change the sender name from email accounts on my domain.

If I send a email to a Gmail account (or any other provider), the sender name is just the name of the email account, without the domain.
Like "[email protected]" will be "info" as sender name.

We are having lot of problems with Gmail lately. Gmail is sending all mail from our domain/server to the spam folder.

Many thanks,

Pascal
 
Hello Pascal,

How do you send emails? You need to use SMTP instead of PHP mail() if you send emails from your PHP-application.

 
Back
Top