Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [timbo] variables in Email after modify a record

Quote Reply
Re: [timbo] variables in Email after modify a record In reply to
I've adapted Stone's code above. I'd like to make the message a bit longer and put in some hard returns so I tried this :

my $msg = "$home->{user}->{Name}, Welcome to the Directory\n\n We hope you will enjoy using this site. \n\n etc etc\n\n";

The hard returns don't work and when I receive the email the text is all one line. Any ideas what I need to do please?

Also can I do something like this

my $msg = "$home->{user}->{Name}, Welcome to the Directory\n\n";
$msg .= We hope you will enjoy using this site. \n\n ";

This doesn't seem to work either. Must get a decent book on perl ...

thanks
Tim Ault
Oxford UK
Subject Author Views Date
Thread Email after modify a record hoefti 11062 May 16, 2002, 11:54 AM
Thread Re: [hoefti] Email after modify a record
jean 10915 May 24, 2002, 12:03 PM
Thread Re: [jean] Email after modify a record
hoefti 10804 May 30, 2002, 6:01 AM
Thread Re: [hoefti] Email after modify a record
hoefti 10381 May 30, 2003, 3:30 AM
Thread variables in Email after modify a record
timbo 10252 Sep 19, 2003, 12:33 AM
Thread Re: [timbo] variables in Email after modify a record
timbo 10143 Sep 20, 2003, 1:15 AM
Thread Re: [timbo] variables in Email after modify a record
jxh 10165 Oct 8, 2003, 3:21 PM
Thread Re: [jxh] variables in Email after modify a record
timbo 10057 Nov 15, 2003, 4:59 AM
Thread Re: [timbo] variables in Email after modify a record
timbo 10059 Nov 18, 2003, 6:42 AM
Thread Re: [timbo] variables in Email after modify a record
timbo 9978 Nov 28, 2003, 2:31 AM
Thread Re: [timbo] variables in Email after modify a record
604 9995 Nov 28, 2003, 10:41 AM
Post Re: [TheStone] variables in Email after modify a record
timbo 10015 Nov 29, 2003, 12:47 AM
Post Re: [hoefti] Email after modify a record
billgrveles 9362 Oct 5, 2006, 8:42 AM