in reply to Re: mail with users names
in thread mail with users names

i tried to debug but i get no any error which has made me also get confused, even if i take the script to command line there is no error, after running the script

Replies are listed 'Best First'.
Re^3: mail with users names
by Corion (Patriarch) on Jan 01, 2024 at 19:56 UTC

    You never call getready or sendmail. How do you think you kick off the mail sending?

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^3: mail with users names
by marto (Cardinal) on Jan 02, 2024 at 10:29 UTC
Re^3: mail with users names
by Bod (Parson) on Jan 01, 2024 at 23:04 UTC
    there is no error

    Does the script exit?

    I suspect not.

    I haven't tried running your script but it looks to me like you have an infinite loop. So the script goes round and round merrily executing forever without error because it is doing what the code says it should. If the code runs but doesn't do what you want it to, that's not an error, it's a bug!