I used Perl to send email from my form, and I'm getting "From address not in member domain." error.
I read similar problem with PHP, does anyone know how to solve with Perl script?
Thanks!
How to fix "From address not in member domain" with perl?
If you're using FormMail, you need to add your domain (whatever.com) to the accepted domains in the script.
Otherwise, you are probably getting this error because you are trying to relay messages; that's something you need to configure on your SMTP server, not with a Perl script.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment