in reply to Re: SMTP authentication
in thread SMTP authentication

Hello,

I don't need you to write my code :), just let me know how to modify it to use SMTP.

Anyway, thank you for your reply.

Regards

Replies are listed 'Best First'.
Re^3: SMTP authentication
by Anonymous Monk on Oct 11, 2013 at 13:03 UTC

    I don't need you to write my code :), just let me know how to modify it to use SMTP

    Ok, read the various sendmail manual to figure out how to drive "sendmail" to perform "SMTP auth" , and then perform appropriate SMOP modifications

    Is this better?