[On-Rev] sending email thru sendmail?!

Andre Garzia andre at andregarzia.com
Wed Mar 3 14:10:42 EST 2010


Some one sees something wrong in this code? I've been looking at email code
the whole day, I am not distinguishing things anymore.

put "/usr/sbin/sendmail -t -oi -f" && quote & pFrom & quote into tCMD
write "From:" && pFrom & crlf after tMail
write "To:" &&   pTo  &  crlf after tMail
write "Subject:" &&  pSubject  &  crlf & crlf after tMail
write   pBody &  crlf after tMail
put tempname() into tFile
put tMail into url ("binfile:" & tFile)
put "cat" &&quote& tFile &quote&& "|" && tCMD into tCMD
get shell(tCMD)
delete file tFile

On Wed, Mar 3, 2010 at 3:19 PM, Mark Wieder <mwieder at ahsoftware.net> wrote:

> Andre-
>
> Wednesday, March 3, 2010, 8:05:32 AM, you wrote:
>
> > tried to use mail -s from command line, didn't work here... :-/
>
> mail -s used to work and now no longer does. So my PayPal integration
> is now officially broken.
>
> --
> -Mark Wieder
>  mwieder at ahsoftware.net
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
http://www.andregarzia.com All We Do Is Code.



More information about the use-livecode mailing list