Re: How do I send campaign emails without last names?
Open up Sugar->Modules->EmailMan->EmailMan.php
Find this line (around line 595 in mine, v4.5.1e):
$mail->AddAddress($module->email1, $module->first_name . ' ' . $module->last_name);
Edit this line by removing the firstname and lastname variables. When you're done, the line will look like this:
$mail->AddAddress($module->email1);
Upload the revised EmailMan.php file to the /modules/EmailMan directory on your server.
Try it out. Email should not be addressed with firstname lastname. It should only have the address in the To: field.
good luck.
- Michael
michaelest
sugarCRM OS 4.5.1e (build 1049)
PHP Version 5.2.3
Apache 2.2.4
FreeBSD 6.2-RELEASE #0:
Bookmarks