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 10944 May 16, 2002, 11:54 AM
Thread Re: [hoefti] Email after modify a record
jean 10797 May 24, 2002, 12:03 PM
Thread Re: [jean] Email after modify a record
hoefti 10686 May 30, 2002, 6:01 AM
Thread Re: [hoefti] Email after modify a record
hoefti 10264 May 30, 2003, 3:30 AM
Thread variables in Email after modify a record
timbo 10134 Sep 19, 2003, 12:33 AM
Thread Re: [timbo] variables in Email after modify a record
timbo 10026 Sep 20, 2003, 1:15 AM
Thread Re: [timbo] variables in Email after modify a record
jxh 10046 Oct 8, 2003, 3:21 PM
Thread Re: [jxh] variables in Email after modify a record
timbo 9939 Nov 15, 2003, 4:59 AM
Thread Re: [timbo] variables in Email after modify a record
timbo 9941 Nov 18, 2003, 6:42 AM
Thread Re: [timbo] variables in Email after modify a record
timbo 9860 Nov 28, 2003, 2:31 AM
Thread Re: [timbo] variables in Email after modify a record
604 9877 Nov 28, 2003, 10:41 AM
Post Re: [TheStone] variables in Email after modify a record
timbo 9897 Nov 29, 2003, 12:47 AM
Post Re: [hoefti] Email after modify a record
billgrveles 9245 Oct 5, 2006, 8:42 AM