Gmail API - How to set from name (PHP) -


i need set name on gmail api.

when use following condition client receives first name before "@";

$message = $servicegmail->users_messages->send('me', $message); 

eg.: if mail test@email.com, mailbox receive on "from name" "test"

i setted on smtpmailer fromname not work.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -