max1701
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] Display top postOk, and i would like to use it on single page so not in a loop. Where should I put the php?
Forum: Plugins
In reply to: [Contact Form 7] Admin email in email replyIt works but you have to choose the reply and not reply all to send the e-mail only to the user submited email.
You just have to take this out of the webriti-smtp-mail.php file.
// Set Reply To Field
$phpmailer->AddReplyTo(webriti_smtp_mail_from_email(), webriti_smtp_mail_from_name());Now it will only send the message email.
Forum: Plugins
In reply to: [Contact Form 7] Admin email in email replyThank you for your time. I found that Easy Smtp Server was sending the extra Reply-to with the admin adress. I removed it from the php and now it works fine.
Contact form was working fine.Forum: Plugins
In reply to: [Contact Form 7] Admin email in email replyIf i leave the Additional headers empty i get a reply to the admin email.
Forum: Plugins
In reply to: [Contact Form 7] Admin email in email replyOk, but is it possible to not have the admin e-mail in the reply option at all?