Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

email autoresponders

Status
Not open for further replies.

shaun999

Technical User
Joined
Jun 11, 2001
Messages
4
Location
GB
hi,

i'm trying to send an autresponder email to my mail list subscribers. i want to sent a standard text message and some varibales to an email address that was enter on my site (also set as a variable) but im not sure how to go about it.

please help if you can, thanks, shaun
 
hi Shaun

I thought you had registered with TT?

Anyway, you can easily modify the following if you're server supports PHP3.

faq250-756 Item number 3

Instead of setting the 'addressee' variable as a frame action, you would just create an input text-field with variable name 'addressee', this would be where your user would input their e-mail address. Then, in frame 1 of the movie, delete the action which sets the variable 'addressee' and insert the following:

Code:
mess = "Your autoresponder message goes in here.";
mail = "youremailaddress@yourserver.com";
subj = "the subject you want to put in the autoresponder, i.e. Thank you for registering with my site";

And delete the existing topic/contact/comment input text-fields from the main stage. Simple as that.

dave
dave@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^​
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top