Jump to content
  • 0

Email Issue When Emailing Client


Question

Posted

We have noticed that when we email a client from the link "email client" in the client page it fills the from email address as the email address for that staff member.  This causes email gateway errors and we do not want to give out our staffs internal email address to our clients.

 

How can I set it to send from the company email address when directly emailing client from Blesta that is used for all of the invoices and payment notifications.

 

Thanks

 

 

4 answers to this question

Recommended Posts

  • 0
Posted
  On 3/19/2015 at 5:09 PM, skywerx said:

We have noticed that when we email a client from the link "email client" in the client page it fills the from email address as the email address for that staff member.  This causes email gateway errors and we do not want to give out our staffs internal email address to our clients.

 

How can I set it to send from the company email address when directly emailing client from Blesta that is used for all of the invoices and payment notifications.

 

Thanks

 

You can change the staff email to anything you wish video: http://screencast.com/t/MGLeWHFp8J

  • 0
Posted

Is there anyway to change it permanently to populate the main billing email address that is set up in Blesta..  I dont want them to have to do this each time they email a client I just want the same email used as the rest of the billing system automatically.  I was aware of the ability to change the email like in the video but I am dealing with people who wont remember until they get the error message--trying to make it idiot proof

  • 0
Posted

I believe the template is /app/views/admin/default/admin_clients_email.pdt, look for

$this->Form->fieldText("from", $this->Html->ifSet($vars->from), array('id'=>"from"));

Change to:

$this->Form->fieldText("from", "your@emailaddress.com", array('id'=>"from"));

I think that's right.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...