--- layout: default section_id: contact --- isSMTP(); $mail->Host = 'localhost'; $mail->Port = 25; //Use a fixed address in your own domain as the from address //**DO NOT** use the submitter's address here as it will be forgery //and will cause your messages to fail SPF checks $mail->setFrom('team@ura.design', 'Ura Design'); //Send the message to yourself, or whoever should receive contact for submissions $mail->addAddress('anxhelo1995@gmail.com', 'Anxhelo Lushka'); //Put the submitter's address in a reply-to header //This will fail if the address provided is invalid, //in which case we should ignore the whole request if ($mail->addReplyTo($_POST['email'], $_POST['name'])) { $mail->Subject = 'PHPMailer contact form'; //Keep it simple - don't use HTML $mail->isHTML(false); //Build a simple message body $mail->Body = <<send()) { //The reason for failing to send will be in $mail->ErrorInfo //but you shouldn't display errors to users - process the error, log it on your server. $msg = 'Sorry, something went wrong. Please try again later.'; } else { $msg = 'Message sent! Thanks for contacting us.'; } } else { $msg = 'Invalid email address, message ignored.'; } } ?>

Email Us

Convinced yet? If you need some design magic for your open source project, send us your submission so we can help you. Don’t worry if you are on a tight budget!

Fields marked with an * are required.

Thanks for contacting us, we'll be in touch soon!

Project name: *

Requester Name: *

E-mail: *

What services do you need? *
Logo/Visual Identity
Style Guide
UX Design & Consultation
Copywriting
Usability Audit
User Research

Tell us about your project with how much or little information you want to share: *

Usability Lab
Are you interested to apply for Open Tech Fund's Usability Lab if your project meets the criteria? Read more here:

Yes
No

Budget (USD $)
If you are not meeting the Usability Lab criteria, let us know what your budget is. We will get back to you afterwards. Alternatively you can also ask a quote by contacting us.

We partnered with Stickermule which supports many Open Source projects already! All approved projects can choose to receive a $50 Stickermule coupon to get started.