• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Name of sender

Status
Not open for further replies.

jfrdavid

Chevereto Member
Hi Rodolfo

I want to know how I can change the name of sender?

I have this for now as I receive a message: www-tarda@node45.cluster8.easy-hebergement.net

in

my jfr1@monsites.fr

thank you very much
 
Open content/themes/Peafowl/pages/contact.php and edit this:
PHP:
$success = mail($to, $subject, $mailbody); // $to, $subject, $mailbody

to:
PHP:
$success = mail($to, $subject, $mailbody, "From: jfr1<jfr1@monsites.fr>"); // $to, $subject, $mailbody

More info: http://php.net/manual/function.mail.php
 
Thank you all is good now

Something else as I get the mail via my site contact cheverero it is written in the mail:

IP Address: 82255325000 is good
Browser: Internet Explorer 8.0 and it's not good for I am with firefox.

but that's okay I keep my good test to see no problem now on V2.02

Thank you
 
Are you sure that you aren't using a extension to make FF tells that he is IE?
 
Hi Rodolfo

You're right in one of my firefox extension called headers and modify it to activate and that is why this m'affiche ie8.

good evening
 
Status
Not open for further replies.
Back
Top