When I test the contactform, I don’t receive any emails. Apparently I am doing something wrong, but I don’t know what.
And also: how do I change the font of the name near the poststamp? I tried t
.letter-info h4 { font-family: “Arvo”, Georgia, serif; } in the custom CSS box
– but it does not not seem to work.
Got the font-thing sorted (wrong code , got it right not .letter-title not .letter-info h4).
Still don’t understand why I am not receiving any email from the contactform.
Hope you can help.
yeah, I’m not able to get the SendMail.php to work. I’m getting this in my apache2 error log.
PHP Notice: Undefined index: site_name in /var/www/wordpress/wp-content/themes/cvcard-v1-0-8/send-mail.php on line 7, referer:
PHP Notice: Undefined index: sender_domain in /var/www/wordpress/wp-content/themes/cvcard-v1-0-8/send-mail.php on line 8, referer:
PHP Notice: Undefined index: to in /var/www/wordpress/wp-content/themes/cvcard-v1-0-8/send-mail.php on line 10, referer:
PHP Notice: Undefined index: subject in /var/www/wordpress/wp-content/themes/cvcard-v1-0-8/send-mail.php on line 11, referer:
PHP Notice: Undefined index: name in /var/www/wordpress/wp-content/themes/cvcard-v1-0-8/send-mail.php on line 17, referer:
PHP Notice: Undefined index: email in /var/www/wordpress/wp-content/themes/cvcard-v1-0-8/send-mail.php on line 18, referer:
PHP Notice: Undefined index: message in /var/www/wordpress/wp-content/themes/cvcard-v1-0-8/send-mail.php on line 19, referer:
PHP Notice: Undefined index: captcha in /var/www/wordpress/wp-content/themes/cvcard-v1-0-8/send-mail.php on line 48, referer:
strike that last message – my server is sending mail now.
However, my email is sent from “server@mydomain.com” — how can I edit this?
AND
I do NOT see anything from the e-mail field in the form…I can’t see person who filled it out with their address.