close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Use variable in email title

Thread began 7/22/2011 4:33 am by scr298498 | Last modified 7/26/2011 2:46 am by scr298498 | 2264 views | 6 replies

scr298498

Use variable in email title

Hey,

My client wants to be able to send two different 'kinds' of emails - 1. A full length newsletter 2. A brief note.
So I have a form setup with two radio buttons so he can choose which it will be. Effectively they are exactly the same, but he just wants the message subject to be different for each.
So depending which option he chooses the value is stored in the DB and then used to give the message subject.
The problem is that it's not working.
I first tried storing the values as either a 1 or a 2 and then using this code in WAUE_newsletterSend_1.php:

if ($row_getSubscribers['mailtype'] == '1') {
$MailSubject = "Ulysses Consulting 'In Brief' Note";
}
else {
$MailSubject = "Ulysses Consulting Monthly Newsletter";
}


But that didn't work so I tried storing the values as string and using:

$MailSubject     = "Ulysses Consulting ".$row_UCNewsletter['mailtype']  ."";


That is not working either. The subject line just shows as "Ulysses Consulting" (without the quotes)
Any help would be greatly appreciated!

Thanks!

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...