Forum Replies Created
- AuthorPosts
sgordons
ParticipantAlly …Thanks again. I’ve tried your suggestion of AddCC and made sure all email addresses came back to me. Unfortunately get the same result as with the BCC attempt; the CC message doesn’t arrive.
And, I have just noticed that the AutoReply email doesn’t prepend [‘Company’] in front of the [‘from’] address which is found around line 65 in process.php: $config[‘from’] = array(‘company@example.com’ => ‘Company’);
It does work correctly however in the Notification email.
Regards, Gordon
sgordons
ParticipantAlly … Thank you. Tried this, however the BCC message is not received. Any suggestions?
Regards, Gordonsgordons
ParticipantAlly … Thank you. On a separate by associated question, we are using this line:
$config[‘recipients’] = ‘me@example.com’;
to send the Notification email to one address. Is it possible to also send the Notification email via a BCC message from PROCESS.PHP?
Regards, Gordon
sgordons
ParticipantAlly … is it possible to gather several email addresses in a form and send the AutoReply.php email to each address?
Gordon
sgordons
ParticipantAlly … figured it out, all working. Many thanks.
Gordon
sgordons
ParticipantAlly … thanks. A little confused as to the coding. If my attachment is TestFile.pdf, is the following correct:
$mailer->AddAttachment(dirname(TestFile.pdf). ‘/TestFile.pdf’, ‘TestFile.pdf’, ‘base64’, ‘application/pdf’);
Regards, Gordon
sgordons
ParticipantAlly … Fantastic thank you, works like a charm. Is it possible to attache a PDF to the outbound “autoreply.php” email?
Gordonsgordons
ParticipantAllan … thanks, but I’m using the HTML version. Please advise.
Gordon
- AuthorPosts