Artur, You should try changing the transport method. It's possible that the address the form is being sent to is disallowed via sendmail or your SMTP server.
You can change the transport method in config/environment.rb or config/production.rb (assuming you're running in production). This page has more information on configuring ActionMailer: http://api.rubyonrails.org/classes/ActionMailer/Base.html Sean Artur Baldyga wrote: > I've followed with tutorial from: > > http://dev.radiantcms.org/radiant/wiki/HowToUseMailerExtension > > When I send the email error appeared: "Error encountered while trying to > send email. 550-Verification failed for 550-Unrouteable address 550 > Sender verify failed.". > > Someone had such a problems in the past? For help thanks a lot :). > > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
